A learning and comparison application for newcomers in the world of cryptocurrency. The application give users an intro to the top projects in the industry complete with links to learn more about each project, see relevant information, and compare investment opportunities.
To duplicate you will need the following things properly installed on your computer.
Node dependencies:
- express
- express-handlebars
- body-parcer
- handlebars
- mysql2
- request
- newsapi
- jsonwebtoken
- sequelize
git clone <repository-url>
this repository- change into the new directory
npm install
- node server.js
- Materialize CSS - Front-end HTML, CSS, javascript framework for creating responsive web applications
- JavaScript - Programming language
- jQuery - Javascript library
- node.js - Server side programming language
- express.js - Web application framework used for server side routing
- body-parser - Middleware parser used for incoming request bodies
- handlebars - Templating engine
- Sequelize -Promise-baed ORM for Node.js using MySQL database management system
- JSON Web Tokens - JSON-based open standard (RFC 7519) for creating access tokens for securely transmitting information between client and server
Susan Davenport, Allen Welch, & Eddie Rodriguez