Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosekamallove/traveey-nestjs-prisma
https://github.com/rosekamallove/traveey-nestjs-prisma
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rosekamallove/traveey-nestjs-prisma
- Owner: rosekamallove
- Created: 2023-03-10T08:59:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T09:24:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T09:58:26.748Z (23 days ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)