Skip to content

tupm2208/soundchat_server

 
 

Repository files navigation

Installation guild

  • Pre-requirements: python3, mysql, pip3 must be installed in your computer.

  • Clone this repository by

    git clone https://github.com/quanghuy219/soundchat_server.git
    
  • Go to project folder by cd /path/to/project/folder

  • Set up database by importing soundchat.sql file, or create fresh database named 'soundchat_dev' and run python3 database.py

  • Set up Virtualenv

    python3 -m venv venv
    
  • Activate virtual environment:

    source venv/bin/activate
    
  • Install all dependencies by

    pip3 install -r requirements.txt
    
  • Start server on local machine by:

    $ ./start_server.sh
    
  • Run test:

    • Create a testing database soundchat_test, then run
    $ ./run_tests.sh
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • Shell 6.6%
  • Other 1.3%