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

https://github.com/bencoderus/notes-api

Building a notes api with TS Node and Typeorm 🚀
https://github.com/bencoderus/notes-api

Last synced: 3 months ago
JSON representation

Building a notes api with TS Node and Typeorm 🚀

Awesome Lists containing this project

README

        

# Notes API

Built using TS Node and TypeORM.

Steps to run this project:

1. Run `npm i` command
2. Setup database configuration in your env
3. Run `npm run start` command