This project is a simple web application to learn about pokemons.
Application was built with the below list backend packages/libraries
- Express - Building a robust and scalable backend
- mongdoDB
API Features:
- Postman folder contain JSON file of CRUD operations.
For the Frontend packages/libraries
- React
-
Clone the Repo
-
Run
npm i
(install server) -
cd to client
-
Run
npm i
(install react) -
Create a .env file in the root directory of the app and save your mongoDB server credentials to a a variables:
MONGODB_URL,DB,COLLECTION.
- Run
node --watch server.js
for a dev server. - Cd to client folder - Run
npm run dev
for a client. - Open Google Chrome or any browser and type -
http://localhost:3000/
.
- Philip Kouchner