- This project is done for completing the Backend-specialization. The main goal of this project is to learn new things and summarize the things i have learned throughout this program. This web app is an ecommerce app where users can buy and sell products. The frontend is built using Angular and the backend is built with NodeJS, Express, Typescript and Postgres as a DBMS.
The backend directory contains instruction and information about how the backend works and how to start up the project.
View the Backend README for more details.
The frontend directory contains a complete Angular frontend to consume the data from the Flask server. If you have prior experience building a frontend application.
View the Frontend README for more details.