This is a simple CRUD based API for artt-mart(An e-commerce application made with Next.js and Redux). The API is built with Node.js, Express.js, PostgreSQL and Sequelize.
The API allows users to signup, login through JWT token based authentication, perform CRUD operations in a Postgres database to create, edit, view and delete art work, place orders and make payments. The API is accessed using a web app built with Next.js and Redux.