Skip to content

deepaktomar2032/Ecommerce-Fashion-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ecom-fashion-website

Branch:

  • master - Source Branch

Back end

Node.js with Typescript is used to develop the backend using express framework

Run Backend locally

  • npm install to install the dependencies
  • npm run seedData to save the entries from json to MongoDB
  • npm run start to start & launch the server

Run Unit Tests

  • npm test

Front end

Angular with Typescript is used to develop the frontend

Run Backend locally

  • npm install to install the dependencies
  • ng serve to start & launch the local server
    • It will run the server on port 4200 & application is accissible on http://localhost:4200

Database

MongoDB is used to save & retrieve the data. It also ensures efficient data handling & increasing performance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published