Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.1 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.1 KB

StudyBuddy

Study-buddy is a chat room available for students to engage and express themselves on various topics in their fields. Gain more knowledge by interacting with their peers while also imparting knowledge.

Features covered

  • User Authentication
  • Authorization
  • Database Management
  • Templating
  • CRUD Operations
  • Search Function
  • Flash Messages

Testing Locally

Clone the repository

git clone https://github.com/TechyStarr/Study-buddy/

Change directory to the cloned folder

cd studybuddy

Create a virtual environment:

py-3 -m venv venvname

Activate virtual environment:

venvname/scripts/activate

Install necessary dependencies to run the project

pip install -r requirements.txt

Run application

python manage.py runserver

or

py runserver.py

⚠ Then, the development server will be started at http://127.0.0.1:8000/