a web application for those who need some companion.
make sure that you have python in your computer first, clone this repository by type this command in your terminal at your choosen path
git clone https://github.com/ISP-Hello-Buddy/Hello-Buddy.git
go to project directory
cd Hello-Buddy
Start the virtual environment.
python3 -m venv env
Activate env
- on macos and linux
source env/bin/activate
- on windows
env\Scripts\activate.bat
make sure that you install all the requirements by run this command, its can be whether pip, pip3
pip install -r requirements.txt
Create file .env
Create file name .env and follow the sample.env file in this repository
Create a new database by running migrations the database.
python3 manage.py migrate
In this time you can run server by use command
python manage.py runserver
but you have python3 use command
python3 manage.py runserver
next you go to http://127.0.0.1:8000/
or localhost:8000/
for application.
All project documents are in the Project Wiki.
- Iteration 1 and Task Board
- Iteration 2 and Task Board
- Iteration 3 and Task Board
- Iteration 4 and Task Board
- Iteration 5 and Task Board
- Iteration 6 and Task Board
- Iteration 7 and Task Board
- Iteration 8 and Task Board
- Iteration 9 and Task Board