AWWARDS
Clone this repository or download it into your local machine
To install the application you need:
Django
Python 3 and above
Bootstrap
Pipenv
FIND ALL THE OTHER REQUIREMENTS HERE:
Navigate to your file using the terminal, activate the virtual environment using:
pipenv shell
use
python3 manage.py runserver
to start the local server. Open the link once the server and it should redirect you to the application's page.
To run automated tests, navigate to the 'tests.py' file and run:
python3 manage.py test '<app name>'
You can also use coverage to perform tests. Find the instructions here:
https://coverage.readthedocs.io
If you have any version from python3 and above you can replace the command 'python3' with whatever version it is you have, eg:
python3.8 manage.py test '<app name>'
- Django - The web framework used
- Python - General application srtucture and functionality
- Bootstrap - Used to generate appealling views
- Heroku - Used for deployment
- CSS - Page styling
- HTML - Used for the templates
- Gerald Nderitu - GitHub
This project is licensed under the MIT License - see the LICENSE file for details
- Friends and fellow students at Moringa School
- Inspiration : AWWARDS.COM