- Python
- Django
- Bootstrap
To run this project, follow these steps:
-
(optional) Create and activate a virtualenv.
-
Clone this repo:
git clone https://github.com/nello88/nello
- Install dependencies:
pip install -r requirements.txt
- Create a development database:
python manage.py makemigrations
python manage.py migrate
- If everything is fine, you should be able to start the Django development server:
python manage.py runserver
- Open your browser and go to http://127.0.0.1:8000.