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

https://github.com/peterdee/deepseen-backend-obsolete

Backend for the DeepSeen project
https://github.com/peterdee/deepseen-backend-obsolete

backend deepseen nestjs node

Last synced: 2 months ago
JSON representation

Backend for the DeepSeen project

Awesome Lists containing this project

README

          

## deepseen-backend

A backend for the DeepSeen project

DEV: http://localhost:2111

### Deploy

```shell script
git clone https://github.com/peterdee/deepseen-backend
cd ./deepseen-backend
nvm use 14
npm i
```

### Launch

Development:

```shell script
npm run start:dev
```

Production:
```
npm run start:prod
```