Pokemon RestAPI using Node.js, Express
To get the Node server running locally:
- Clone this repo
npm install
to install all required dependenciesnpm run dev
to run in developmentnpm start
to run in production
app.js
- The entry point to application./routes
- This folder contains the route definitions for API./api
- This folder contains Pokemon's./controller
- Separating the code to route requests/model
- MongoDB model Schema for collecting Fights
- Heroku.com - Pokemon-API