Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmanuelallan/sahihi_interior_builders_api


https://github.com/emmanuelallan/sahihi_interior_builders_api

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

### SAHIHI INTERIOR BUILDER
Nest Js Backend setup

Installation
- Make sure to have latest `mysql`, `node` installed
- Setup mysql database

```dotenv
DB_HOST=localhost
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=@Password123
DB_NAME=sahihi_builder
JWT_SECRET=secret
```
```bash
pnpm install
```

Running
```bash
pnpm run start:dev
```