Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 542 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 542 Bytes

EcoAct

Installation (Clone)

Frontend ( React )

To install dependency

npm install

To start the server

npm start

For Production Build

npm run build

Backend ( Django )

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