Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```