Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)