Skip to content

whoareyou0422/keepnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  1. create venv "python -m venv venv"
  2. activate venv "venv/Scripts/Activate.ps1"

Backend

  1. cd backend
  2. install django "pip install django"
  3. install drf "pip install djangorestframework"
  4. install jwt "pip install djangorestframework-simplejwt"
  5. install setuptools "pip install setuptools"
  6. install cors-headers "pip install django-cors-headers"
  7. make migrations "python manage.py makemigrations"
  8. migrate "python manage.py migrate"
  9. run server "python manage.py runserver"

Frontend

  1. cd frontend
  2. install react scripts "npm install react-scripts --save"
  3. start "npm run start"

About

adv103 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published