https://github.com/rachhen/devcapmer-api
Backend for DevCamper app
https://github.com/rachhen/devcapmer-api
Last synced: about 2 months ago
JSON representation
Backend for DevCamper app
- Host: GitHub
- URL: https://github.com/rachhen/devcapmer-api
- Owner: rachhen
- Created: 2020-06-09T16:31:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:55:05.000Z (over 2 years ago)
- Last Synced: 2025-02-09T22:36:10.156Z (3 months ago)
- Language: HTML
- Size: 847 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevCamper API
> Backend API for DevCamper application, Which is a bootcamp directory website
## Usage
Rename "config/config.env.env" to "config/config.env" and update value 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.0.0
- License MIT