Awaards is a web application where one can have their projects rated after creatring an account and posting them.
Murathe Isaac
- Text Editor
- Install python3
- Install and activate virtual
- Install Django
- Setup Database (postgresql)
sudo apt-get install python3.6python --versionto confirm that python has been installed.
git clone https://github.com/Murathe/aawards.git.
atom . or code .,
cd Innstagram.
python3.6 -m venv virtual, check your project to confirm you have a folder called virtual,- then activate it by running
source virtual/bin/activate
pip install -r requirements.txt
python3.6,import django- And lastly
django.get_version()to see and confirm the version of django installed. - You can then
ctrl zto get out of the shell,
python3 manage.py runserverto run the project.- Then click the local host link given to open the project on a browser
http://127.0.0.1:8000/.
- View posted projects and their details
- Post a project to be rated/reviewed
- Rate/ review other users' projects
- Search for projects
- View projects overall score
- View my profile page
When a user clicks on a photo, the photo should expand and the details of the photo to be displayed on a modal within the main page.
When a user enters a search term on the search input and submits it, then they should be able to get a result of what they are looking for or if the term does not exist, they should get a message to inform them.
When a user clicks on the copy button, then they should be able to have the image link copied to their machine clipboard.
- Python
- Django
- PostgreSQL
