Skip to content

subin989/university-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Project Description

First Run

Backend:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver

Frontend:

cp .env.development .env.local
yarn install
yarn build
yarn start

Run

Backend:

python3 manage.py runserver

Frontend:

yarn build
yarn start

Source - Article JWT Authentication with NextJS BFF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published