This is a client for AutoAdmin backend.
- Login Pages (Register - Login - Reset Password - New Password ) (work in progress)
- CRUD Pages (to be done)
- View All Pages (to be done)
- Nodejs v10.15.3 or higher
The client uses Angular 13.3 and Bootstrap5
make sure that internal project modules are installed by typing:
npm install
npm start
will run the project in development mode. Open http://localhost:4200/ to view it in the browser.
Register Page: http://localhost:4200/register
Login Page: http://localhost:4200/login
Reset Password Page: http://localhost:4200/reset
New Password Page: http://localhost:4200/newPassword?sessionId=someIdHere