Skip to content

Back-end API for our proof of concept fitness tracker app, built in a team as our final project for the Code Nation Bootcamp

Notifications You must be signed in to change notification settings

bar-alex/CodeNation-FinalProject-BackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitverse - full-stack team project for the Code Nation Bootcamp

This is the back-end API of the app, for the front-end see this repository: CodeNation-FinalProject-FrontEnd

The app is also live on Netlify at https://cn-m37-fitness.netlify.app/

The API uses a MongoDB database through Mongoose.

The available endpoints are documented here: endpoints.txt

The structure of the collections is documented here: structure.txt

If you are cloning this project, you need to create a .env file in the root of your project, that will contain the following lines:

MONGO_URI = mongodb+srv://<user>:<pass>@cluster0.mud1fky.mongodb.net/<db-name>?retryWrites=true&w=majority
JWT_SECRET_KEY = <secret-key-string>
PORT = 5001

where the values for user, pass, db-name and secret-key-string need to be your own.

About

Back-end API for our proof of concept fitness tracker app, built in a team as our final project for the Code Nation Bootcamp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published