LissaGreense / water-movie-melon

Tool to pick the best title for movie night with your friends
Apache License 2.0
0 stars 0 forks source link

water-movie-melon

Tool to pick the best title for movie night with your friends

Authors

How to run

  1. pip install backend/requirements.txt
  2. cd frontend && npm install
  3. cd ..
  4. python backend/manage.py migrate
  5. python backend/manage.py runserver
  6. cd frontend && npm run dev