Skip to content

premepreme/Hello-Buddy

 
 

Repository files navigation

Hello-Buddy

Django CI codecov

a web application for those who need some companion.

How to install

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.

Project Documents

All project documents are in the Project Wiki.

Project Plan

Code Review

About

a web application for those who need some companion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.7%
  • HTML 36.7%
  • Other 0.6%