Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinspham209/ecommere-asp.net

Build Completed E-Commerce with ASP.NET Core MVC
https://github.com/tinspham209/ecommere-asp.net

asp-net-core bootstrap mvc-model

Last synced: about 8 hours ago
JSON representation

Build Completed E-Commerce with ASP.NET Core MVC

Awesome Lists containing this project

README

        

# Mini Project: E-Commerce

## Date: 24 - Oct - 2020

### Functions

1. Home
2. Product page
3. Special offer page
4. Product details page
5. Products compare page
6. Product summary page
7. Login / Forgot password
8. Registration page
9. Contact us
10. Normal information page
11. FAQ
12. **_COMPONENTS of PAGES_**

### Screenshot

-

### Tech-Stack

- ASP.NET Core
- bootstrap
- MVC Model

### API Used

### Deploy

- [Live Site](link)
- [Live Server](link)

### Plan Of Action

### After this project

I have improve my knowledge about
I have understand about
Next Steps:

### Directory Structure

```
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── App.js
├── App.css
├── index.css
└── index.js
```

### Set up

Use the cmd line to clone repo to your computer

```
git clone [github_repo_url]
```

Use the cmd line to install dependencies.

```
npm install
```

Run in cmd for start the dependencies server

```
npm start
```