top of page

CryptoCommerce
A Web App with Relational Database (Autumn 2018 - Database)
CryptoCommerce is a web app designed for people trade Cryptocurrencies.
​
We’ve used Angular for our front end and Heroku to deploy our backend. For our back end, we’ve used PostgreSQL for our database and Express Node.js for code. Postman was also used to test our endpoints. For our website to work, the front end will call the endpoints in our back end and run the queries to retrieve data from our database. Express is the framework we use to handle requests from the front end. It also allowed us to call app.use to declare routing for our website. pg-promise is a postgres library that uses javascript promises. We used it to handle all of our queries.
bottom of page