# Getting started without Docker
If docker is unavailable to you, you will need to handle the service dependencies yourself. 

## Installation Requirements
Depending on your OS and distribution these steps will vary. Links below are for Ubuntu.

1. [NodeJS](https://nodejs.org/en/download/package-manager/)
2. [MongoDB](https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/)
3. [Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis)


## Starting the project with Docker
1. git clone git@github.com:uptownhr/hackathon-starter-lite
2. cd hackathon-starter-lite
3. npm run dev
4. visit http://localhost:3000 from your browser.
