Giter Site home page Giter Site logo

award's Introduction

Project Name

  • Award.

Author

  • Lucky Ogumbo Oula

Project Description

  • Basically the app allow users to view project and rate them

Technologies Used

  • PYTHON
  • DJANGO
  • POSTMAN API TESTING
  • POSTGRES DATABASE
  • BOOTSTRAP AND CSS
  • HTLM5

Installing

​ A step by step series of examples that tell you how to get a development env running ​

  1. set up a virtual environment using the following command ​
virtualenv env

​ And activate it ​

source env/bin/activate
  1. install the latest version of pip ​
curl https://bootstrap.pypa.io/get-pip.py | python

  1. Install the requirements in the requirements.txt file using
pip install -r requirements.txt
  1. create a .env file in your rootfolder and add the following configurations
SECRET_KEY='<random-string>'
DEBUG=True
ALLOWED_HOSTS='*'
DATABASE_URL='postgres://databaseowner:password@localhost/databasename'
  1. create postgres database
CREATE DATABASE <your-database-name>
  1. create a migration using the following command
python3.6 manage.py makemigrations

​ and migrate

python3.6 manage.py migrate
  1. create a admin account
python 3.6 manage.py createsuperuser

and add your credentials ​

  1. run the application using
python3.6 manage.py runserver
  1. navigate to the admin panel by typing
localhost:8000/admin

​ ​ End with an example of getting some data out of the system or using it for a little demo

Project live-link

Support and contact details

The application is an open-source product if you want to improve it or in an event of a bug contact this Email:([email protected]) .

License

You can check out the license click here This project is licensed under the terms of MIT

  • Copyright (c) 2020

award's People

Watchers

James Cloos avatar Lucky Ogumbo Oula 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.