Skip to content

Simple Forum creted using Django to discuss any topics. Ideal for Universities and Schools to discuss Subjects

Notifications You must be signed in to change notification settings

cherrynamburu/UnivForum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnivForum

Simple Forum creted using Django to discuss any topics. Ideal for Universities and Schools to discuss Subjects

Running the Project Locally

First, clone the repository to your local machine:

git clone [email protected]/cherrynamburu/UnivForum.git

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

cp .env.example .env

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

About

Simple Forum creted using Django to discuss any topics. Ideal for Universities and Schools to discuss Subjects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published