Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKBovard committed Nov 29, 2018
1 parent 879f239 commit da07176
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
@@ -0,0 +1,38 @@
# HPE Hackshack Refer-A-Friend

Refer-a-friend application for the Hackshack booth at the HPE Discover Event.

## Getting Started

Install dependencies for the client and the server

```
cd client
npm install or yarn
```
```
cd server
npm install or yarn
```
To run the the client and the server

```
cd client
npm start or yarn start
```

```
cd server
nodemon
```

## Built With
* [Create-react-app](https://github.com/facebook/create-react-app)
* [GrommetV2](https://github.com/grommet/grommet)
* [PostgreSQL](https://github.com/postgres/postgres)
* [Sequelize](https://github.com/sequelize/sequelize)

## Contributors
* Ian Bovard
* Brittany Archibeque
* Alex Mejias

0 comments on commit da07176

Please sign in to comment.