Giter Site home page Giter Site logo

kephis-ess's Introduction

KEPHIS Portal

Project Description

KEPHIS website UX design

By Enock Abere

views

Live link

Visit the application on http://20.231.15.166:98

Setup & Run Instructions

  • Create and activate a virtual environment
  • Install the dependencies listed in the requirements.txt
  • Create a .env file. This will contain environment variables as listed in the .env.sample file.
  • Finally, run your app on MODE='dev' config for debugging purposes

Development

Making modifications

To make advancements/modifications, follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Requestsou

Technologies Used

Technologies used to develop this application:

  • Python v3.9.5
  • Django 3.2.7
  • Bootstrap5
  • HTML
  • CSS

Support and contact details

Should you be unable to access the website, have any recommendations and/or questions, feel free to email me:[[email protected]]

Passwords to show and hide amount in 2 envelopes

Tender Stage

Project Installation

To setup a local development environment:

Create a virtual environment in which to install Python pip packages. With virtualenv,

virtualenv venv            # create a virtualenv for linux/Unix Users
source venv/bin/activate   # activate the Python virtualenv 

or with virtualenvwrapper,

mkvirtualenv -p python3 {{project_name}}   # create and activate environment
workon {{project_name}}   # reactivate existing environment

Install development dependencies,

pip install -r requirements.txt

make Database Migrations,

python manage.py makemigrations

Migrate Database,

python manage.py migrate

Run the web application locally,

python manage.py runserver 8000 # 127.0.0.1:8000

Create Superuser,

python manage.py createsuperuser

kephis-ess's People

Contributors

enockabere avatar motanyafrancis 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.