Restful CRUD API made with Node.js and Express with MySql database for Sprint 8 Improcode: Barcelona Marathon.
- CRUD runners from the event with Node.js and Express.
- Info map with Mapbox.
- Data graph with Chart.js.
- Calendar with some events.
-
Clone repository:
git clone https://github.com/fran-cesc/Sprint_8_improCode_back.git
-
Enter the directory:
cd Sprint_8_improCode_back -
Install node packages:
npm install
-
Rename .env.template to .env and add your database settings.
-
Import database to your database server and start it.
-
Start server with nodemon.
```bash nodemon index.js ```