An open API service indexing awesome lists of open source software.

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.

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