Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Oct 22, 2023
1 parent 6e6ed6e commit 8377a1a
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
88 changes: 87 additions & 1 deletion README.md
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
Binary file added frontend/public/LogoIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8377a1a

Please sign in to comment.