About • Getting Started • App Routes •
This project is a simple Login and Registration application developed in Angular with authentication and backend integration.
git clone https://github.com/ygorportes/crud-frontend.git
cd project-name
npm run start
route | description |
---|---|
/signup | Page to sign up |
/login | Page to login |
/user | Protected page that only logged in users can access |