Skip to content

awwards is a clone of the real Awwards application where a user can post a project and have it rated. This application is made to put into practice learnt Django functionalities.

Notifications You must be signed in to change notification settings

NderituMwanu/awwards

Repository files navigation

Project Title

AWWARDS

Getting Started

Clone this repository or download it into your local machine

Prerequisites

To install the application you need:

Django
Python 3 and above
Bootstrap
Pipenv

FIND ALL THE OTHER REQUIREMENTS HERE:

Installing

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.

Running the tests

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>'

Built With

  • 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

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Friends and fellow students at Moringa School
  • Inspiration : AWWARDS.COM

About

awwards is a clone of the real Awwards application where a user can post a project and have it rated. This application is made to put into practice learnt Django functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published