BC Cancer Lab Management System
- React JS - Frontend
- Express JS - Backend
- MySQL - Database
- AWS - Hosting
To get a local copy up and running follow these simple steps.
- yarn
cd
into backend folder- run
yarn start
Backend will be exposed on port 3000
cd
into frontend folder- run
yarn
to install dependencies - run
yarn start
- run
docker-compose up --build -d
TODO
Contributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request