Simple Flask + EmberJs application + Mysql
- Python 3 (https://www.python.org/)
- NPM 6 (https://docs.npmjs.com/cli/install)
- EmberJS 3 (https://www.emberjs.com/)
- Clone repo locally (use the clone option above)
- Create python venv
cd healthcare-booking
python -m venv venv
- Install Python dependency
source venv/bin/activate
pip install -r requirement.txt
pip install -e .
- Run backend server
healthcarebooking init
healthcarebooking run
- (https://github.com/karec/cookiecutter-flask-restful)
- Run frontend server
cd healthcarebooking-fe
npm install
ember build
ember serve