# feathersjs-menu-monkey-backend

Backend for a recipe box website

# How to run it

Install [mongodb](https://www.mongodb.com/) then create a database called `upgraded_menu_monkey`

`git clone https://github.com/benawad/feathersjs-menu-monkey-backend.git`

`cd feathersjs-menu-monkey-backend`

`npm install`

`npm start`

Then run the [frontend](https://github.com/benawad/react-menu-monkey-client/tree/master).

## Learn how it was made

Check out the [YouTube tutorial](https://www.youtube.com/watch?v=nR0kxhbI09I).

## How to run pm2 deploy server

Find where http-server is located by executing:

`which http-server`

Then run

`pm2 start <location>/http-server --name http-server -- -p 3030 -d false`

Example command:

`pm2 start /usr/local/bin/http-server --name http-server -- -p 3030 -d false`
__
<https://st33d.itch.io/ending>
