This is my first Node.js application which is a simple e-commerce website where a seller can display their products and manage customers orders.
Since this application was my first attempt at backend development, the frontend was kept simple and basic.
-
- HTML
- Bootstrap
- Node.js
- Express
- MongoDB
- EJS
You need to have MongoDB installed and then simply git clone the repository and run npm install and then run node index.js.
To create an admin account, signup for an account and then change the isAdmin property of the document in the MongoDB database under the collection called users.
I have also deployed the app on free subscriptions of Heroku MongoDB Atlas and you can check it out here: Alganzory Online Store
You can login on the store as an admin using [email protected] and admin123