This is a solo project I was working on during may of 2019. It is a marketplace built for e-skate lovers like myself. Currently, users can sign up and enjoy the current features:
- Browse products they like.
- Look at the products specifications, price,etc.
- Browse Shops in the marketplace.
- Add items to their carts
Users also have the option to sign up as a shop allowing them to: 1. Post up their products for sale 2. View their store profile. 3. Edit their current products.
-
React
used React in this project because it gave me the quickes time-to-mvp and it provided with great features! -
Firebase
Used firebase to handle Authenthication/Sign Up -
NodeJS/Express
The Backend is written completely in NodeJS using express to handle requests, it's concurrency capabilities make it great for a marketplace solution. -
PostgreSQL
used Postgres to manage relationships between shops-products and orders. Made it a breeze to handle!