Skip to content

aditya-mittal24/EaseMyBiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EaseMyBiz

The first thing to do is to clone the repository:

$ git clone https://github.com/aditya-mittal24/EaseMyBiz.git $ cd easemybiz Create a virtual environment to install dependencies in and activate it:

$ python3 -m venv easemybiz_env $ source easemybiz_env/bin/activate Then install the dependencies:

(easemybiz_env)$ pip install -r requirements.txt

Once pip has finished downloading the dependencies:

(easemybiz_env)$ python manage.py runserver And navigate to http://127.0.0.1:8000. Screenshot 2023-08-25 at 3 56 17 PM Screenshot 2023-08-25 at 3 56 07 PM Screenshot 2023-08-25 at 3 01 19 PM Screenshot 2023-08-25 at 3 01 10 PM Screenshot 2023-08-25 at 3 00 53 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published