Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondsanctity/artemis-neon-prisma
This is a demo of building APIs with Nest.js framework, Prisma ORM and Neon Postgres database.
https://github.com/desmondsanctity/artemis-neon-prisma
neondb nestjs postgres prisma-client prisma-orm typescript
Last synced: 14 days ago
JSON representation
This is a demo of building APIs with Nest.js framework, Prisma ORM and Neon Postgres database.
- Host: GitHub
- URL: https://github.com/desmondsanctity/artemis-neon-prisma
- Owner: DesmondSanctity
- License: mit
- Created: 2024-01-01T20:51:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T09:03:13.000Z (7 months ago)
- Last Synced: 2024-11-06T19:53:32.684Z (2 months ago)
- Topics: neondb, nestjs, postgres, prisma-client, prisma-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artemis-neon-prisma
This is a demo of building APIs with NestJS framework, Prisma ORM and Neon Postgres database.For prerequisite, you need to have installed:
- Node.js 16.13/18.X/20.X
- NPMTo clone this project, you will run the command below in the directory of your choice in your terminal:
```
git clone https://github.com/DesmondSanctity/artemis-neon-prisma.git
```To run the project, you need to run the following commands:
```
npm install
npm run start:dev
```
To open the Swagger UI, go to [http://localhost:3000/api/](http://localhost:3000/api/)