Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juleskulcsar/devboot-api
backend API for a bootcamp directory
https://github.com/juleskulcsar/devboot-api
expressjs javascript jwt-authentication mongodb mongoose nodejs
Last synced: 7 days ago
JSON representation
backend API for a bootcamp directory
- Host: GitHub
- URL: https://github.com/juleskulcsar/devboot-api
- Owner: juleskulcsar
- Created: 2020-06-03T19:10:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T19:22:22.000Z (over 4 years ago)
- Last Synced: 2024-11-11T00:39:17.434Z (2 months ago)
- Topics: expressjs, javascript, jwt-authentication, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevBoot API
> backend API for the DevBoot application which is a coding/development bootcamp directory website
## Usage
Rename "config/config.env.env to config/config.env and update the values/settings to your own
## Install Dependencies
```
npm install
```## Run App
```
# Run in dev mode
npm run dev# Run in prod mode
npm start
```- Version 1.00
- License: MIT