An open API service indexing awesome lists of open source software.

https://github.com/joelseq/cogs121

Repository for COGS 121
https://github.com/joelseq/cogs121

Last synced: over 1 year ago
JSON representation

Repository for COGS 121

Awesome Lists containing this project

README

          

# House Finder (name TBD)

Easily find housing

## Requirements

- [Node.js](https://nodejs.org/en/) 6+

## Installation

```shell
npm install
```

OR (if you have yarn installed)

```shell
yarn
```

## Development

To start the server in Development mode:

```shell
npm run start:dev
```

OR

```shell
yarn start:dev
```

To start the server in Production mode (for deployment):

```shell
npm run start
```

OR

```shell
yarn start
```