Pokemon RestAPI using Node.js, Express
To get the Node server running locally:
- Clone this repo
npm installto install all required dependenciesnpm run devto run in developmentnpm startto 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