Skip to content

Vansh41104/Notes_App_Django_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

This app can be used to create notes for your study uses

Dependencies

  1. Django(Backend)
  2. NodeJS(Frontend)
  3. React(Fronend)

To run the Backend

Installing the Dependencies

pip install -r requirements.txt

To run the code

cd backend/notes
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

To run the Frontend

Installing the Dependencies

npm install axios react-router-dom jwt-decode

To run the code

cd frontend/frontend
npm run dev

To run the code we would have to simultaneously run the fronend and the backend code

CREDITS FOR THE INSPIRATION

https://www.youtube.com/watch?v=c-QsfbznSXI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published