Skip to content

doctorlloyd/weight-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weight-tracker

Is a flutter mobile application, powered by django backend

Django Server

To strat Django server, change your working directory to be in weight-tracker folder. Then migrate and runserver

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. python manage.py runserver

Create super user to manually insert objects on the database, using Django admin site.

  1. python manage.py createsuperuser
  2. domain/admin

About

weight-tracker app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published