This repository stores the legacy code for openpantry.net. Anyone wishing to become a contributor can clone and submit pull requests to this repo and it will be in consideration for v1.
The server runs the web api and the hoc runs the website. We can run both at the same time from the root directory here.
$ npm install
Run the App:
$ npm start
The Api is now being hosted at:
localhost:3001/
The Web is now being hosted at:
localhost:3000