/crypto-app

Primary LanguageJavaScript

Cryptoapp

Crypto App is a cataloging app for your favourite crypto currencies

Keep track nof the coins of interest and join us forthe crypto currency ride.

☐ Screenshot(s)/wireframes: Screen Shot 2021-11-26 at 6 10 00 AM

Screen Shot 2021-11-26 at 7 50 02 AM

Screen Shot 2021-11-26 at 8 38 53 AM

Wireframes:

Screen Shot 2021-11-18 at 10 58 28 AM

☐ Technologies Used: List of the technologies used.

MongoDb, Node.js, Mongoose, javascript, css and Heroku.

My code:

☐ The "main" Mongoose model: coin.js

☐ My favorite EJS template: end.ejs. Demonstartion: http://localhost:3000/donotpush

☐ The controller for the main model: coins.js

Technical Requirements:

☐ Have at least 2 data entities. One entity that represents the main functional idea for your app and another with a 1:M or M:M relationship with that main entity (embedded or referenced).

☐ Have full-CRUD data operations somewhere within the app's features. For example, you can have functionality that Creates & Updates a post and satisfy Delete functionality by implementing the ability to delete comments.

☐ Getting Started:

Include a link to the deployed app: http://localhost:3000/cmbCrypto

https://abhibgit.github.io/crypto-app/

Trello board with the project's planning: https://trello.com/b/BGgxzicR/user-stories

☐ Next Steps: Planned future enhancements (icebox items)

  • Live price update due to third paty API's
  • Retail store for crypto currency mining equipment.
  • Set up Oauth.
  • Set up exchanges links.

The Experience:

☐ My Biggest Challenge?:

  • Implementing update and delete properly.

  • CSS.

☐ What are your key learnings/takeaways?

  • How to Create my Database and populate it.
  • How to create the basic bones for my future app.