DavidRojoM / wine-shop-backoffice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

    • Add pagination.
    • Add seeker
    • Find out why it is not possible to send same event twice in a row
    • Find out why text-overflow: ellipsis won't work in card headers.

SET-UP

  1. Run a mongodb container using run -d -p 27017:27017 -v <local_directory_path>:/data/db --name wines-mongo mongo:latest
  2. Clone, install dependencies and run using npm run dev https://github.com/DavidRojoM/wine-shop-back
  3. Serve this project ng serve -o

About


Languages

Language:TypeScript 63.6%Language:HTML 19.4%Language:SCSS 8.9%Language:JavaScript 8.0%