This is the API repository. If you wish to view the front end repository, you can find it here.
Are you tired of having to log in to seven different exchanges just to see where your crypto portfolio stands? Me too. So, I created Coin Tracker, the site that tracks your cryptocurrency portfolio value anonymously - no login necessary.
- Used
Mongoose
to designMongoDB
database schemas - Utilized
Mongoose
virtuals to include related Model documents and convert them toJSON
- Utilized
TypeScript
to add type safety - Integrated
csv-parser
to read and write.csv
files - Designed
RESTful API
endpoints to manage front end interactions with the database - Created endpoints to retrieve and store data from the
CoinMarketCap API