skaex / mayo

Mentor a youth web project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAYO

This is a web project for the Mentor A Youth (MAYO) initiative.

This project is still in development.

Requirements

  • Python (3.x)

Quickstart

To set up this project on a local machine:

  1. Ensure Python 3.4.x is installed on your machine.
  2. (Optional) You may want to create a separate virtualenv
  3. Download and unzip or clone the project.
  4. cd into the project directory.
  5. Install the requirements with
    • pip install -r requirements/development.txt
  6. Copy example environment file with
    • cp env.example mayo/settings/.env
  7. Set up database with:
    • python manage.py makemigrations
    • python manage.py migrate
  8. Runserver with
    • python manage.py runserver
    • Go to http://127.0.0.1:8000

Contributors

Abdulmajid Hamza

License

Creative Commons (CC-NC-ND)

About

Mentor a youth web project


Languages

Language:HTML 48.1%Language:Python 45.1%Language:CSS 6.8%Language:JavaScript 0.0%