Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.73 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.73 KB

Webshop

This repository is my take on a webshop. I have built and modified many webshops in the past for big customers. Now I want to build my own and take you guys with me.

Follow my journey on dev.to.

Check it out! It is deployed here.

Contributing

Clone the repo

Get the code of this git repository to your machine.

git clone https://github.com/Suneeh/webshop.git

Install dependancies

Use npm install to install all packages and dependancies.

Development server

Copy the ./auth_config.example.json file and remove the example fill it with your own values. After that run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Deployment

Run npm run deploy after you renamed the deployment.exmaple.sh to deployment.sh. Also be sure to adjust this to your needs as shown in the example.

TODOs

  • Auth
    • Build a login mask instead of redirecting to Auth0
  • Docker
    • Build a Docker Compose that starts
      • Database
      • Backend
      • Frontend
  • General
    • Redirect / to /dashboard
    • Add guards that read the accesstoken for roles (and email verification?)
  • Shell
    • Build Footer with hotlinks and more information
    • Create a company logo
    • Add the company logo to the sidebar and switch the Dashboard option for it
  • Category Page
    • Build a Page that shows Child Categories, Description, and Products
  • Dashboard
    • Build Landing Page
  • ApiClient
    • Build a Frontend Api Client that calls the backend correctly