Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosekamallove/traveey-nestjs-prisma


https://github.com/rosekamallove/traveey-nestjs-prisma

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

### Setting up local enviorment

- Create a `.env` containing the following variables
- Add `DATABSE_URL` in this `.env` for a **postgresql** database

- Install dependencies using `yarn install` command
- Start the local dev enviorment by using the following command

```
yarn start:dev
```

You can run the api in postman after setting up the local enviorment:

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/25117304-ea2893e4-e7b7-43bc-b7e2-f4e5d4cd19dc?action=collection%2Ffork&collection-url=entityId%3D25117304-ea2893e4-e7b7-43bc-b7e2-f4e5d4cd19dc%26entityType%3Dcollection%26workspaceId%3D016fa56f-d73f-4750-930f-6a046643159c)