GithubHelp home page GithubHelp logo

reviseuc73 / hello-buddy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isp-hello-buddy/hello-buddy

0.0 0.0 0.0 14.87 MB

a web application for those who need some companion.

Home Page: https://hello-buddy-th.herokuapp.com

License: MIT License

Shell 0.49% Python 62.66% CSS 0.07% HTML 36.74% Procfile 0.04%

hello-buddy's Introduction

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

hello-buddy's People

Contributors

breezjirasak avatar reviseuc73 avatar khemissara avatar premepreme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.