Skip to content

An e-commerce ski store made using ASP.NET Core and Angular

Notifications You must be signed in to change notification settings

marked01one/skinet-e-commerce

Repository files navigation

SkiNET E-Commerce Store

CAUTION: This is only a proof of concept application, in order to practice full-stack development with .NET Core and Angular.

DO NOT ACTUALLY BUY FROM THE STORE. WE DO NOT OFFER ANY PRODUCTS OR SERVICES.

Getting Started

To activate, API, client, and Redis container servers, run this command in the project's root directory:

py -m dev

Alternatively, you can launch the the development servers separately as follows:

  • API: py -m dev api
  • Client: py -m dev client
  • Redis containers: py -m dev redis

NOTE: Download and run Docker Desktop before activating the Redis containers

API Documentation

For detailed documentation on the API itself, open https://localhost:5001/swagger after activating the API server.

Technologies Used

👨‍💻 Programming & Markup Languages:

  • C#
  • TypeScript
  • SCSS
  • HTML
  • Markdown

🧰 Frameworks, Databases & Other Tools:

Footnotes

1. SQLite is used during development only

2. MySQL is used for storing product and user data during deployment

3. Redis is used for caching and storing user-generated product baskets

About

An e-commerce ski store made using ASP.NET Core and Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published