Simple Forum creted using Django to discuss any topics. Ideal for Universities and Schools to discuss Subjects
First, clone the repository to your local machine:
git clone [email protected]/cherrynamburu/UnivForum.gitInstall the requirements:
pip install -r requirements.txtSetup the local configurations:
cp .env.example .envCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.