Skip to content

Spoken-tutorial/school-Interface

Repository files navigation

school-Interface

These instructions will guide you through the process of setting up and running the Django project from the GitHub repository.

Project Stack Version
Django 4.2
Python 3.11
React 18
MySQL 8.0

Set-up instructions

  1. Fork the repository on GitHub
  2. Clone the repository (replace [your-username] with your GitHub username):
git clone https://github.com/[your-username]/school-Interface.git
  1. Create virtual environment
cd school-Interface
python3 -m venv env
source env/bin/activate
  1. Install Dependencies
pip install -r requirements.txt
  1. Configuration settings
  • .env and config.py templates are provided in the root. Copy these to SchoolInterface/ directory. The .env and config.py files should be in the same directory level as the settings.py file.
  • Modify database values and other settings as required in .env and config.py
  1. Migrate Database
python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •