Skip to content

khu5h1/hyperlocal-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Run backend and frontend to run the project

To run the Backend use the following steps

Please use python3 to run the following set of commands(In Command Prompt/ Terminal)

  1. cd backend
  2. To install all the required dependencies use command:- python -m pip install -r requirements.txt OR
  3. if the above command doesn't works you may use pip install -r requirements.txt.
  4. python -m ensurepip --upgrade.
  5. To make migrations use python manage.py makemigrations.
  6. To migrate changes use python manage.py migrate.
  7. To run the backend server use python manage.py runserver.
  8. open URL http://127.0.0.1:8000/admin to check the running server and login using credentials username:9876543210 and password : 9876543210.
  9. After logging in you can see all the database tables which are used in the project.

To run the Frontend use the following steps

Please use python3 to run the following set of commands

  1. cd frontend.
  2. To install all the required dependencies use command :- npm install. OR
  3. If the above command doesn't work use npm i.
  4. Then to run the frontend server use the command npm start.

About

One stop Solution for all the local shopkeepers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published