Skip to content

Check out the deployed site, you can login as an admin to the store using "admin@admin.com" and "admin123"

Notifications You must be signed in to change notification settings

alganzory/Online-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Store


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.

Technologies used


Since this application was my first attempt at backend development, the frontend was kept simple and basic.

  • Technologies:

    • HTML
    • Bootstrap
    • Node.js
    • Express
    • MongoDB
    • EJS

Setup


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.

Deployed version


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 admin@admin.com and admin123

About

Check out the deployed site, you can login as an admin to the store using "admin@admin.com" and "admin123"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published