Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Project Locally

First, setup python3 and pip and then clone the repository to your local machine:

git clone https://github.com/smrityku/time-tracker.git
cd time-tracker

Install the requirements:

sudo pip install -r requirements.txt

Open mysql console and create a empty database e.g 'timetracker_db'. Update settings.py in timetracker app and then run migration by following command:

sudo apt-get install python-dev python3-dev
sudo apt-get install libmysqlclient-dev
pip install pymysql
pip install mysqlclient
python manage.py migrate

Create Admin user:

python manage.py createsuperuser

Run test Code:

python manage.py test

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages