https://github.com/saiteja13427/digitree-api
👨🏽🎓 A robust backend API for bootcamp management system. It includes authentication, bootcamp management, course management, user management and reviews as well. Built using standard REST practices and tries including all API security measures.
https://github.com/saiteja13427/digitree-api
api expressjs mongodb nodejs rest-api
Last synced: 2 months ago
JSON representation
👨🏽🎓 A robust backend API for bootcamp management system. It includes authentication, bootcamp management, course management, user management and reviews as well. Built using standard REST practices and tries including all API security measures.
- Host: GitHub
- URL: https://github.com/saiteja13427/digitree-api
- Owner: saiteja13427
- Created: 2021-10-20T05:40:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T12:18:13.000Z (over 4 years ago)
- Last Synced: 2025-08-23T01:38:24.417Z (10 months ago)
- Topics: api, expressjs, mongodb, nodejs, rest-api
- Language: HTML
- Homepage: https://digitree.herokuapp.com/
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigiTree API
> A robust Node backend API for bootcamp directory system
## Usage
Rename "config.env.env" -> "config.env" and put in your values
### Install dependencies
```
npm install
```
### Run App
```
# Run in dev environemnt
npm run dev
#Run in production environment
npm start
```
## Live Link
Live Link: https://digitree.herokuapp.com/
---
**Version**: 1.0.0
**License**: MIT