An application rating platform for software developers
- Git
- Web-browser of your choice
- Github
- Django
- Pip
- Python 3.8
- PostgreSQL
- Cloudinary (for image upload)
- CLOUD_NAME
- API_KEY
- API_SECRET
- Copy the github repository url
- Clone to your computer
- Open terminal and navigate to the directory of the project you just cloned to your computer
- Run the following command to start the server using virtual environment
python3.8 -m venv --without-pip virtual
- To activate the virtual environment
source virtual/bin/activate
pip install -r requirements.txt
- To copy .env.example to .env
cp .env.example .env
-
Edit the .env file and replace the values with your own Cloudinary credentials and database credentials
-
To run the server
python manage.py runserver
- Open the browser and navigate to http://127.0.0.1:8000/ to see the application in action
The following languages have been used on this project:
- HTML
- CSS
- Bootstrap
- Python
- Django
- PostgreSQL
- Live link to view the project
- some of the fanctionality are no fully working
To make a contribution to the code used or any suggestions you can click on the contact link and email me your suggestions.
You can reach me:
Email(joseph.oderoh@student.moringaschool.com)
Copyright (c) 2022 click to view LICENCE