WELCOME TO FUNKYFUUDS!
We present to you the one and only 'FUNKYFUUDS' which gives you, dear user, the opportunity to go to your FAVOURITE restaurant, SELECT your beloved dishes AND place the order. Once user places the order, both user and restaurant will get notified via sms. User will receive text message when the order is ready AND restaurant will receive the list of the items which were ordered and user who ordered them.
Here we present to you the screenshots from our app:
Here we can see the main page:
Here we have the option to add more or less items:
Want to check what you added? Click on the cart button:
Got everything? Just click the "Order" button:
Once the order is placed you will be notified via sms when your order will be ready. The restaurant will get the message with the meals to prepare. Enjoy!
- Create the
.env
by using.env.example
as a reference:cp .env.example .env
- Update the .env file with your correct local information
- username:
labber
- password:
labber
- database:
midterm
- Install dependencies:
npm i
- Fix to binaries for sass:
npm rebuild node-sass
- Reset database:
npm run db:reset
- Check the db folder to see what gets created and seeded in the SDB
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x
- Twilio