##About the Application This is the back end server for tracker app. Client part - https://github.com/oldrefery/tracks-expo
express api and make calls to a mongodb database with users and tracks
- npm install
- Create MongoDB instance and get connection string (https://cloud.mongodb.com/)
- Change mongoUri value in index.js (don't forget set password in mongoUri value)
- npm start
Used express API, mongoose for connection to Mongo DB
Also you van find postman collection json in project folder. You can import this collection in Postman