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

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

A go web api that makes new, gets, updates and deletes notes. Using a PostgreSQL db. Also handels login and signup.
https://github.com/abdulahshoaib/notes-api

backend go postgresql

Last synced: 2 months ago
JSON representation

A go web api that makes new, gets, updates and deletes notes. Using a PostgreSQL db. Also handels login and signup.

Awesome Lists containing this project

README

          

# Notes-Api

A simple note app connected to the PostgreSQL database that performs basic CRUD operation written in go.

***Frontend***

Frontend is served by the [notes-frontend](https://github.com/WhoisCipher/notes-frontend) in nextJS+reactJS because its lightweight and fast.