-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,87 @@ | ||
# microvan | ||
# Microvan Inc. | ||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<p align="center"> | ||
<a href="https://github.com/ubclaunchpad/microvan"> | ||
<img src="frontend/public/LogoIcon.png" alt="Logo" height="100" resize> | ||
</a> | ||
<h3 align="center">Labby</h3> | ||
</p> | ||
|
||
|
||
<!-- TABLE OF CONTENTS --> | ||
<h2 style="display: inline-block">Table of Contents</h2> | ||
<ol> | ||
<li> | ||
<a href="#about-the-project">About The Project</a> | ||
<ul> | ||
<li><a href="#built-with">Built With</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="#getting-started">Getting Started</a> | ||
<ul> | ||
<li><a href="#prerequisites">Prerequisites</a></li> | ||
<li><a href="#installation">Installation</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#deployment">Deployment</a></li> | ||
<li><a href="#contributing">Contributing</a></li> | ||
</ol> | ||
|
||
|
||
|
||
<!-- ABOUT THE PROJECT --> | ||
## About The Project | ||
|
||
BC Cancer Lab Management System | ||
|
||
|
||
### Built With | ||
|
||
* React JS - Frontend | ||
* Express JS - Backend | ||
* MySQL - Database | ||
* AWS - Hosting | ||
|
||
|
||
<!-- GETTING STARTED --> | ||
## Getting Started | ||
|
||
To get a local copy up and running follow these simple steps. | ||
|
||
### Prerequisites | ||
|
||
* yarn | ||
|
||
### Installation | ||
#### Express Backend | ||
|
||
1. `cd` into backend folder | ||
2. run `yarn start` | ||
|
||
Backend will be exposed on port 3000 | ||
|
||
#### React Frontend | ||
|
||
1. `cd` into frontend folder | ||
2. run `yarn` to install dependencies | ||
3. run `yarn start` | ||
|
||
#### Docker Setup | ||
1. run `docker-compose up --build -d` | ||
|
||
<!-- DEPLOYMENT --> | ||
## Deployment | ||
|
||
TODO | ||
|
||
<!-- CONTRIBUTING --> | ||
## Contributing | ||
|
||
Contributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. | ||
|
||
1. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | ||
2. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) | ||
3. Push to the Branch (`git push origin feature/AmazingFeature`) | ||
4. Open a Pull Request |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.