Skip to content

Backend API developed using GO Fiber for note making application

Notifications You must be signed in to change notification settings

VirajPatidar/notes-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-backend (Backend API for Note Making Application)

This project serves as backend for Note Making Application (notes-frontend). The API was developed using GO Fiber.


Link to the website: https://go-notes.netlify.app/

Link to frontend repo: https://github.com/VirajPatidar/notes-frontend

Tech Stack

  • GO
  • Fiber
  • SQL
  • HTTP Only cookies

API Endpoints

Authentication:

Method API Endpoint Description
POST /register To register or sign-up user
GET /user To get details of signed in user
POST /login To log into Note Making Application
POST /auth/logout To log out from Note Making Application

Notes:

Method API Endpoint Description
GET /note/{note_id} To get a particular note by id
PUT /update-note/{note_id} To update/edit a particular note by id
GET /notes To get all notes of the user
POST /create-note To create a note
DELETE /delete-note/{note_id} To delete a particular note by id

About

Backend API developed using GO Fiber for note making application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages