Giter Club home page Giter Club logo

awward254's Introduction

#Awwards254 Awwards254 is a web application where registered users can post project(s) they have created and get it reviewed/rated by their peers(Users).

Set Up and Installations

Prerequisites

- Python3.8.10
- Postgres
- python virtual environment (virtual:venv).
- Visual Studio Code Editor.

Clone the project Repo

Run the following command on the terminal: git clone https://github.com/Thuotracy/awward254.git

  • cd Awwards254

Install and activate virtual environment

Activate virtual environment using python3.8

  1. Install
  • python3 -m venv virtual
  1. Activate
  • source virtual/bin/activate

Install dependancies

Install all dependancies that will make the app run/function

  • pip install -r requirements.txt

Create the Database

  • psql
  • create database awwards254;

Make Migrations

  • python3 manage.py makemigrations starproject(App name)
  • python3 manage.py migrate

Run the app

  • python3 manage.py runserver
  • open your browser with the local host; 127.0.0.1:8000 provided on the terminal

Testing the application

  • python3 manage.py test starproject

Admin dashboard

  • The admin dashboard can be accessed from the dropdown menu just below the profile icon.
  • Firstly you must be on the homepage to access it. Username: tracy Password: wangari

Technologies used

- Python 3.8.10
- HTML5
- Django 4.0.3
- Bootstrap 3
- Heroku
- Postgresql
- GIT

awward254's People

Contributors

thuotracy avatar

Stargazers

sagar regmi avatar Peter Kimanzi avatar shopcom avatar Manuela Gomes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.