KhunakornP / A-plus-management

Productivity and task manager for students and academics alike.
Apache License 2.0
2 stars 0 forks source link

A-plus-management: Productivity and task manager

Django CI Lint with Ruff codecov

An application for managing work and productivity for students using the Django framework.

Installation

Please see Installation.md for installation instructions.

How to run the program

  1. Create a virtual environment (if you haven't created one during installation)
    python -m venv env
  2. Activate the virtual environment
    
    # on Mac/Linux use
    .env/bin/activate

on Windows use

.\env\scripts\activate

3. Run the server

python manage.py runserver


4. Go to http://127.0.0.1:8000/

## Information hub
All project documents can be found in the [project wiki](../../wiki/Home).

*Important documents*
- [Vision Statement](../../wiki/Vision%20Statement)
- [Requirements](../../wiki/Requirements)
- [Project Plan](../../wiki/Project%20Plan)