PHedro / GenSci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenSci

Usage:

Install Python 3.8.5 or greater, you can do it via pyenv https://github.com/pyenv/pyenv#installation and virtualenv

pyenv install 3.8.5
pyenv virtualenv 3.8.5 gensci

Activate the virtualenv

pyenv activate gensci

Clone the project

git clone git@github.com:PHedro/GenSci.git

Go to the project folder (the one where you can find the README file)

cd /path/to/project/ 

Install the project requirements (remember to activate the virtualenv)

pip install -r requirements.txt

This will install the following dependencies:

Django==2.2.17
django-filter==2.4.0

Run the migrations, this will also create the sqlite database

python manage.py migrate 

Run the server

python manage.py runserver 

About


Languages

Language:Python 88.6%Language:HTML 11.4%