Skip to content

Stars-app is a web application which allows a user to post a project he/she has created and get it reviewed by his/her peers and and review the work submitted by his/her peers.

License

Notifications You must be signed in to change notification settings

pascaline-irabaruta/stars-app

Repository files navigation

Stars-App ...

An web application which allows a user to post a project he/she has created and get it reviewed by his/her peers and and review the work submitted by his/her peers. A project can be rated based on 3 different criteria.
  1. Design
  2. Usability
  3. Content

Technologies used

  1. Python3
  2. SQLite3
  3. MDBootstrap 4.8.10
  4. jQuery 3.4.1
  5. Django 1.11.23

Requirements

This project requires python3 to run

Setting up a virtual environement

To create a virtual environement, you will need to install virtualenv

pip3 install virtualenv

Create the virtual environement by running the command in the project root

virtualenv venv

Activate the virtual environement by running the command

source venv/bin/activate

You can always deactivate the virtual environement by entering this command

deactivate

Usage

Make migrations by using the command

python manage.py migrate

You need to create a .env file and set your secret key inside it. To launch the app, simply run the command

 python manage.py runserver

Run tests

python manage.py test

API

Users endpoint

https://wards-app.herokuapp.com/api/users/

Projects endpoint

https://wards-app.herokuapp.com/api/projects/

Author

👤 Pascaline Irabaruta

About

Stars-app is a web application which allows a user to post a project he/she has created and get it reviewed by his/her peers and and review the work submitted by his/her peers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published