Skip to content

CyrusThapa11/TenCGPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ten CGPA

An academic portal for scholars who wish to get high grades in their course of academic session which will help them for their future studies .

Features

  • Authentication
  • Create , Read , Update , Delete of Notes and Testpapers
  • Customize Notes with editor
  • Like, Save , Comment ( for discussion ) , share with specific people of notes and testpapers
  • Sorting and filtering on the basis of likes , comments , username, College

Screenshots

Landing page

App Screenshot

App Screenshot

App Screenshot

Authentication page

App Screenshot

App Screenshot

All-Notes page

App Screenshot

App Screenshot

Create-Notes page

App Screenshot

App Screenshot

Profile page

App Screenshot

View Notes

App Screenshot

API Reference

Get all Notes

  GET /api/notes

Get a note

  GET /api/notes/${id}

Create a note

  POST /api/notes/

Delete a note

  GET /api/notes/${id}/${userID}

Like a note

  POST /api/notes/like/${id}

Save a note

  POST /api/notes/save/${id}

Comment a note

  POST /api/notes/comment/${id}/

About

https://github.com/copyNinja1219/TenCGPABackend ( backend )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published