Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishibi/notes-api
An implementation of a notes API using PostgreSQL, Prisma, and Fastify
https://github.com/ishibi/notes-api
api fastify postgresql prisma typescript
Last synced: 8 days ago
JSON representation
An implementation of a notes API using PostgreSQL, Prisma, and Fastify
- Host: GitHub
- URL: https://github.com/ishibi/notes-api
- Owner: iShibi
- License: mit
- Created: 2021-12-21T13:01:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T12:26:16.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:34:28.832Z (8 months ago)
- Topics: api, fastify, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes-api
An implementation of a notes API using [PostgreSQL](https://www.postgresql.org) + [Prisma](https://www.prisma.io) + [Fastify](https://www.fastify.io)
## Instructions
1) Build the source code:
```
npm run build
```2) Start the server
```
npm run start
```