Palate Prowler is an aplication which allows users to find and create food truck events using a custom profile. Once logged in the user will be able to create new events that will then be added to thier events list and can later be removed. Users who are logged in to the application can select events they will be attending and those events will automatically be added to thier attending events list on thier profile. Palate Prowler is a user friendly application that brings people and mobile food together.
Front-end | Back-end |
---|---|
HTML5 | Node.js |
CSS3 | Express.js |
Bootstrap | MySQL |
JavaScript | Sequelize ORM |
jQuery | Travis CI |
ESLint | |
Heroku | |
Handlebars |
- Installation
- Instructions
- Features
- Example Gif
- MVC Paradigm Folder Structure
- Repository Link
- Test
- Licence
- Contributors
npm install
Property | Value |
---|---|
Host | sm9j2j5q6c8bpgyq.cbetxkdyhwsb.us-east-1.rds.amazonaws.com |
Username | r9l0r0uy57bkpy4r |
Password | s8ybwrtr5swrk5dw |
Port | 3306 |
Database | tkyj153geucbe07u |
- Create events
- Remove events
- Attend events
- Login/out
- Save profile data
- Modify profile data
- Modify events
root directory/
ββββΉ π config/
β ββββΉ β passport.js
β ββββΉ β config.js
ββββΉ π controllers/
β ββββΉ β appController.js
β ββββΉ β authController.js
ββββΉ π db/
β ββββΉ β seed.js
β ββββΉ schema.sql
ββββΉ π middleware/
β ββββΉ β ensureAuthenticated.js
ββββΉ π models/
β ββββΉ β example.js
β ββββΉ β index.js
β ββββΉ β session.js
β ββββΉ β user.js
ββββΉ π node_modules
β ββββΉ π installed node files/folders
ββββΉ π public/
β ββββΉ π css/
β β ββββΉ β style.css
β ββββΉ π js/
β β ββββΉ β app.js
β β ββββΉ β example.js
β ββββΉ π images/
ββββΉ π routes/
β ββββΉ β apiRoutes.js
β ββββΉ β htmlRoutes.js
ββββΉ π views/
β ββββΉ π layouts/
β β ββββΉ main.handlebars/
β ββββΉ π partials/
β β ββββΉ π modal/
β β β ββββΉ login-block.handlebars
β β ββββΉ π nav/
β β β ββββΉ nav-block.handlebars
β β ββββΉ 404.handlebars
β β ββββΉ dashboard.handlebars
β β ββββΉ example-details.handlebars
β β ββββΉ example.handlebars
β β ββββΉ profile.handlebars
β β ββββΉ register.handlebars
ββββΉ β server.js
ββββΉ αΆ¨ package.json
Joshua M. Small | Jinhi Ahn | Jarrod Bataille |
JMSmall89@gmail.com | ahn.jinhi@gmail.com | jtbataille@gmail.com |