nyakiochristine / awwards-django

This project allows users to post their projects for other users to rate according to design, usability and content among other parameters
https://awards234.herokuapp.com/
0 stars 0 forks source link

Awwards-django

nyakiochristine

Description

This project allows users to post their projects for other users to rate according to design, usability and content among other parameters

Home page

User Story

Setup and Installation

Screenshot from 2022-06-22 00-47-23 )

Cloning the repository

https://github.com/nyakiochristine/awwards-django

Navigate into the folder and install requirements

 - pipenv shell

Install and activate Virtual

- pipenv install requests

Install Dependencies

  pipenv install 
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations database name

Now Migrate

 python manage.py migrate 
Run the application
 python manage.py runserver 

##### Testing the application  

 ```bash
 python manage.py test 

Open the application on your browser 127.0.0.1:8000.

API Endpoints

The following endpoints are available on the server:

/api/project/

/api/profile/

Technology used

Known Bugs

Contact Information

-Email- Nyakio Christine -Linkedin - Christine Mwangi

License

Go Back to the top