Skip to content

ani5msr/note_app_wi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note_app_wi

Notes app using django

To start the app, cd back python manage.py runserver

  • Curl for sign up

  • curl --header "Content-Type: application/json" \ --request POST \ --data "{\"username\":\"newuser\",\"password\":\"newpass\"}" \ http://127.0.0.1:8000/noteapi/signup/

  • Curl for log in

  • curl --header "Content-Type: application/json" \ --request POST \ --data "{\"username\":\"newuser\",\"password\":\"newpass\"}" \ http://127.0.0.1:8000/noteapi/login/

  • Signup Functionality signup

  • Login Functionality image

  • Add a new note

image

SuperUser functionalities

To create a super user python manage.py createsuperuser

User groups are divided into allowed users and only only read allowed users, superuser can allow a user to login through admin and either add note or only view note by putting them in group,

For allowing a user to login through admin, superuser should grant staff status to the particular user to allow him to login and view their notes

FrontEnd To start frontend cd front npm start image

Used react bootstrap and react navbar currently for frontend screen

To be done Connect frontend to backend using axios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published