Hound is a simple chat developed using Flask and React Native
To run this server you will need one container running on your machine.
To do so, you will need to run this command:
docker run --name postgres -p 5432:5432 -d -t postgres
- Clone this repo using
https://github.com/MarioFronza/hound-server.git
- Move to the appropriate directory:
cd hound-server
. - Create a virtualenv.
- Create
config.py
file. - Run
pip install -r requirements.txt
to install dependencies. - Run
python run.py runserver
to see the example app athttp://localhost:5000
.
This project is licensed under the MIT License - see the LICENSE.md file for details.