Hungry clients can visit Pick It Up and choose a restaurant near them, see their menu and order from them.
- Users can login with their Facebook account (implemented by using Passport library)
- If users Register and login via Pick It Up, their password will be stored secure (hashed) by using Bcrypt
- User can choose one restaurant among all restaurants
- User can choose one or more meals from restaurants' menu
- User can place order online
- After placing order restaurant owner receives a SMS and get informed about the menu
- restaurant owner will answer the SMS and tell a time estimation for making the order ready
- User will receive a SMS and informed how long does it take for their meal to be ready
- SMS will be sent to restaurant owner and customer by using Twilio API
- Node.Js
- EJS
- SQL
- Postgres
- Knex
- Bcrypt
- Passport
- Javascript
- HTML & CSS
- Bootstrap