Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 518 Bytes

trener

In this application you can select a trainer by parameters and create a new trainer

Install MongoDB: https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-20-04-ru

Create end copy files from https://docs.google.com/document/d/17oSHKOlWz8Vvi_WMmkzig9kN1Kn3ZjdcfuLPHAg9kG8/edit?usp=sharing

Install dependencies: npm install

Build project and start the seeder: npm run seed

Start server: npm run start

Start client: npm start

API: http://localhost:3000/api/

Node v16.13.0