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

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.

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.