Skip to content

A simple fully functional lost and found website made for learning purpose tech stack including(reactjs & django)

Notifications You must be signed in to change notification settings

iamharshkumar/django-react-lost-items

Repository files navigation

LOST & FOUND REACTJS & DJANGO

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build