Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadmansour200/typescript-dev-camper
Backend API for DevCamper application, which is a bootcamp directory website.
https://github.com/mohammadmansour200/typescript-dev-camper
Last synced: 7 days ago
JSON representation
Backend API for DevCamper application, which is a bootcamp directory website.
- Host: GitHub
- URL: https://github.com/mohammadmansour200/typescript-dev-camper
- Owner: mohammadmansour200
- Created: 2024-05-31T00:26:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T00:30:32.000Z (5 months ago)
- Last Synced: 2024-11-15T09:41:28.784Z (2 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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-example.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 run start
```## Demo
Extensive documentation with examples [here](https://documenter.getpostman.com/view/31301981/2sA3s7kprc)