Skip to content

pvnguyen123/healthcare-booking

Repository files navigation

healthcare-booking

Simple Flask + EmberJs application + Mysql

Pre-req

  1. Python 3 (https://www.python.org/)
  2. NPM 6 (https://docs.npmjs.com/cli/install)
  3. EmberJS 3 (https://www.emberjs.com/)

Get Started

  1. Clone repo locally (use the clone option above)
  2. Create python venv
  • cd healthcare-booking
  • python -m venv venv
  1. Install Python dependency
  • source venv/bin/activate
  • pip install -r requirement.txt
  • pip install -e .
  1. Run backend server
  1. Run frontend server
  • cd healthcarebooking-fe
  • npm install
  • ember build
  • ember serve
  1. http://localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published