Awwards
- An application like that will allow a user to post a project he/she has created and get it reviewed by his/her peers.
$ git clone https://github.com/JohnKarima/awwards
$ cd awwards
$ pip install -r requirements.txt
$ python3 -m venv virtual
$ source virtual/bin/activate
Set your database User and Password
$ python manage.py makemigrations <DB Name>
$ python manage.py migrate
python manage.py runserver
$ python3 manage.py test awwards
- Python
- Django
- Bootstrap
- pillow
- cloudinary
- crispy forms
- djangorestframework
- 2020, John Karima.