Skip to content
/ Awwards Public

An application that allows a user to post a project he/she has created and get it reviewed by his/her peers.

License

Notifications You must be signed in to change notification settings

kaphie/Awwards

Repository files navigation

Awwards

A personal blogging website where you can create and share your opinions and other users can read and comment on them.

App Screenshots:

User stories

  • 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

Technologies used:

  • Html,
  • python.
  • Django

Installation and Setup

Clone the repository below

git clone https://github.com/{username}/{repo_name}.git

Create and activate a virtual environment

virtualenv venv --python=python3.6

source venv/bin/activate

Install required Dependencies

pip install -r requirements.txt

Copy environment variable

cp env.sample .env

Load/refresh .environment variables

source .env

Running the application

python manage.py server

Endpoints Available

  • update your available endpoints
Method Endpoint Description Roles
POST /auth/signup sign up a user users
POST /auth/login log in a user users

Author(s) information:

Kafrika Benitah

Contact information.

To collaborate, reach out to bkafrika144@gmail.com

License and Copyright information.

The MIT License (MIT) Copyright © 2020 kaphie.

About

An application that allows a user to post a project he/she has created and get it reviewed by his/her peers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published