First Django project
Developer: Arash Gorji
App: The Simple StudyBud Web Page
Created: December 13, 2023
Welcome to StudyBud, a simple web page developed by Arash Gorji. This application is designed to communicate with people whom have shared concern.
To get started with StudyBud, follow these steps:
-
Clone the repository:
git clone https://github.com/ArashGorji/studybud.git
-
Navigate to the project directory:
cd studybud -
Install dependencies:
pip install -r requirements.txt
To run StudyBud, execute the following command:
python manage.py runserverVisit http://localhost:8000/ in your web browser to access the StudyBud web page.
StudyBud relies on the following external libraries: asgiref==3.7.2
Django==5.0
django-cors-headers==4.3.1
djangorestframework==3.14.0
Pillow==10.1.0
pytz==2023.3.post1
sqlparse==0.4.4
tzdata==2023.3
To install these dependencies, run:
pip install -r requirements.txt