Laurels is a platform that allows project developers to post their projects for rating based on design, usability and content. They are also able to see other profiles and projects.
https://laurels.herokuapp.com/
- 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
[email protected]:Maryan23/Laurels.git
cd Laurels
- pip install -r requirements.txt
- python3 -m venv virtual
- source virtual/bin/activate
pip install -r requirements.txt
SetUp your database User,Password, Host then make migrate
python manage.py makemigrations photos
Now Migrate
python manage.py migrate
python manage.py runserver
python manage.py server
python manage.py test
Open the application on your browser 127.0.0.1:8000
.
- There are no known bugs
Incase of any contributions fork the repo and make any substantial changes. Incase of any ideas,suggestions or complaints feel free to connect with me on [email protected]
MIT Copyright (c) 2021 Laurels