EcoAct
npm install
npm start
npm run build
To run the program in local server use the following command in backend folder
python manage.py runserver
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
Server will be available at http://127.0.0.1:8000
in your browser