Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 709 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 709 Bytes

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