Skip to content

smrityku/time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published