0.0.0 • Published 6 months ago

upgraded-menu-monkey v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

feathersjs-menu-monkey-backend

Backend for a recipe box website

How to run it

Install mongodb 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.

Learn how it was made

Check out the YouTube tutorial.

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