upgraded-menu-monkey
v0.0.0
Published
Backend for a recipe box website
Downloads
4
Readme
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