emdadul38 / foot-scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foot-scanning

Installation Instruction

  1. Close the project
https://github.com/emdadul38/foot-scanning.git
  1. cd into the project directory
cd foot-scanning
  1. Create a new virtual environment using Python 3.7 and activate it.
On Linux:

$ Python -m venv projectven
$ source projectven/bin/activate

On Windows:

> Python -m venv projectven
> venv/Scripts/activate
  1. Install dependencies from requirements.txt;
(venv)$ pip install -r requirements.txt
  1. Migrate the database.
(venv)$ python manage.py migrate
  1. Make admin user
(venv)$ python manage.py createsuperuser
  1. Run the local Server
(venv)$ cd myproject
(venv)$ python manage.py runserver

Done

http://127.0.0.1:8000/admin

License

MIT

About


Languages

Language:CSS 89.2%Language:Python 6.3%Language:JavaScript 3.1%Language:HTML 1.4%