Frontend of the application for managing discount and membership cards.
Deployed version is available here: skidivay.ru
- Authorization with email confirmation
- Cards management (add, edit, delete)
- Search and filtering
- Cards sharing between users
Note that development env file is commited to repo. Backend test deployment is available till 12/2024. More info about the backend could be found in it's repo (in russian): osdc_backend. It is also possible to run local copy of it and point frontend to work with it.
## After cloning the repo, clean install the dependencies:
npm ci
## Then run in dev mode:
npm run dev
Open http://localhost:3000 with your browser to see the result.