NodeJS-Express-MongoDB-api for managing disc golf statistics.
Client app can be found here: https://github.com/tsiika/DiscGolf-FrontEnd
This project is part of full-stack developer course by Opiframe Oy. During this course students are creating their own projects and this is ours!
List of contributor of this project:
- (Install nodejs and npm)
- clone repository
-
'npm install'
-
'npm start'
- To watch code changes with nodemon, run:
-
'npm run watch'