https://github.com/codestian/formo-api
A simple notes API built with node.js and postgresql.
https://github.com/codestian/formo-api
Last synced: 8 months ago
JSON representation
A simple notes API built with node.js and postgresql.
- Host: GitHub
- URL: https://github.com/codestian/formo-api
- Owner: Codestian
- Created: 2021-02-03T14:09:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T10:46:02.000Z (about 5 years ago)
- Last Synced: 2025-03-28T05:43:20.478Z (12 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple notes CRUD API
## This project is built with express.js and postgresql.
To start server, run `node server.js`.
This API is built with asynchronous code and manual SQL queries in mind.
Common security vulnerabilites, such as SQL injections are also addressed and fixed.