Skip to content

Tejagithub123/EcoAct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published