Skip to content

Teodora321/E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack Аpplication - Shopify

This is basic application created using MEAN technologies (Mongo DB, Express.js, Angular, Node.js).

-Shopify is a single-page application that allows the users to have access to the shopping list page and details of the current product. Anonymous users can also have access to the about page and home page.

-Registered users are able to access their own cart and make orders. -Registered users are able to access their own profile and edit it and delete it.

  • M - Mongo DB
  • E - Express js
  • A - Angular js
  • N - Node js

Run Application

Steps

git clone https://github.com/Teodora321/E-commerce.git

Install dependencies in both frontend and backend folders:

cd E-commerce
npm install
cd Server
npm install

Start frontend server and backend server:

cd Server
node index.js
cd E-commerce
ng serve --open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published