diff --git a/README.md b/README.md
index e28ae45..133d701 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,87 @@
-# microvan
\ No newline at end of file
+# Microvan Inc.
+
+
+
+
+
+
+
Labby
+
+
+
+
+ Table of Contents
+
+ -
+ About The Project
+
+
+ -
+ Getting Started
+
+
+ - Deployment
+ - Contributing
+
+
+
+
+
+## About The Project
+
+BC Cancer Lab Management System
+
+
+### Built With
+
+* React JS - Frontend
+* Express JS - Backend
+* MySQL - Database
+* AWS - Hosting
+
+
+
+## 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
+
+TODO
+
+
+## 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
\ No newline at end of file
diff --git a/frontend/public/LogoIcon.png b/frontend/public/LogoIcon.png
new file mode 100644
index 0000000..8438d3f
Binary files /dev/null and b/frontend/public/LogoIcon.png differ