Project for Reykjavík University - 3 week long group assignment for T-220-VLN2
Please note: Website does not use https, so don't enter any sensitive information into fields
- Clone this project
git clone https://github.com/AlexanderFL/captain-console-h23 - Inside the project folder, create a new virtual environment
virtualenv venv - Activate the virtual environment
source venv/bin/activate - Install Django
pip install django - Install Bcrypt
pip install bcrypt - Run
python manage.py runserver - Open your web browser on localhost:8000
Everything should work from here on out!