Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinspham209/ecommere-asp.net
- Owner: tinspham209
- Created: 2020-10-24T01:29:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:28:54.000Z (11 months ago)
- Last Synced: 2023-12-15T15:37:52.111Z (11 months ago)
- Topics: asp-net-core, bootstrap, mvc-model
- Language: Less
- Homepage:
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```