https://github.com/rmwalls/sharkno
SharkNo! - Find out if sharks have been sighted (or have attacked(!)) at the beach where you're going.
https://github.com/rmwalls/sharkno
api-routes expressjs handlebars-js jquery mysql nodejs
Last synced: about 1 month ago
JSON representation
SharkNo! - Find out if sharks have been sighted (or have attacked(!)) at the beach where you're going.
- Host: GitHub
- URL: https://github.com/rmwalls/sharkno
- Owner: rmwalls
- Created: 2019-08-09T08:59:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T19:28:42.000Z (about 5 years ago)
- Last Synced: 2025-01-24T15:29:15.224Z (3 months ago)
- Topics: api-routes, expressjs, handlebars-js, jquery, mysql, nodejs
- Language: JavaScript
- Homepage: https://sharkno.herokuapp.com/
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project #2 - SharkNo!
## Presented by:
- Bohdan Dziubliuk
- Steve Rogers
- Andrew Vaughns
- Robbi Walls## Requirements
* Use a Node and Express Web Server;
* Be backed by a MySQL Database an ORM (not necessarily Sequelize);
* Have both GET and POST routes for retrieving and adding new data;
* Be deployed using Heroku (with Data);
* Utilize at least one new library, package, or technology that we haven’t discussed;
* Have a polished frontend / UI;
* Have folder structure that meets MVC Paradigm;
* Meet good quality coding standards (indentation, scoping, naming).
* Must not expose sensitive API key information on the server
## Techologies We Used
* Node and Express Web Server
* MySQL and home made ORM
* GET and POST routes
* jquery ui
* Handlebars
* MVC folder/file structure
* Polished UI, Quality Coding Standards (ESlint, Beautify)
* env for MySQL key
* Deployed on Heroku