Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 333 Bytes

Instructions.md

File metadata and controls

14 lines (10 loc) · 333 Bytes

Download the project from URL.

In backend directoryà

  • conda env create -f environment.yml
  • conda activate club
  • python manage.py runserver

In frontend directoryà

  • npm i axios
  • npm i react-google-login
  • npm install
  • npm start