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.
- Host: GitHub
- URL: https://github.com/abdulahshoaib/notes-api
- Owner: abdulahshoaib
- License: mit
- Created: 2025-03-08T02:10:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T05:54:14.000Z (over 1 year ago)
- Last Synced: 2025-04-08T02:27:44.364Z (about 1 year ago)
- Topics: backend, go, postgresql
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.