Merienda is a single page application using Javascript as front-end and Rails API as the backend. The application aims to promote local food businesses from Cavite, Philippines that does delivery. It displays the store's owner/s, in what area of Cavite they can do delivery, link of where you can order, and their menu.
If you want to have a copy of the whole app on your environment here's how:
-
Clone this repo and the Rails API here: merienda-api
-
cd into the API in your terminal and install necessary dependencies
$ bundle install
-
run the DMCS(destroy, migrate, create, and seed) custom task to get the database started
$ rails db:dmcs
-
run the server
$ rails s
-
open this repo's index.html file to your browser and there you are!
Bug reports and pull requests are welcome on GitHub at https://github.com/shaquille-galimba/merienda-api and https://github.com/shaquille-galimba/merienda-frontend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.