Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 972 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 972 Bytes

Node Wikipedia 📚

screenshot An online wikipedia searcher, search a topic and and summarizes it in a paragraph.

🔨 Frameworks and tools

💾 Usage and installation

1.- Download project

git clone https://github.com/alesbe/node-wikipedia

2.- Install dependencies

Inside project folder:

npm install

3.- Connect ReactJS server

Inside project folder:

cd client
npm start

4.- Connect NodeJS server

Inside project folder:

npm start

Additional info

  • Backend and frontend works like independent servers. NodeJS is running in port 5000, and react in port 3000.