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 🚀
- Host: GitHub
- URL: https://github.com/bencoderus/notes-api
- Owner: bencoderus
- Created: 2021-06-23T15:36:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:30:49.000Z (over 2 years ago)
- Last Synced: 2025-01-24T08:31:31.457Z (5 months ago)
- Language: TypeScript
- Size: 3.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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