About • Getting Started • App Routes • Collaborators • Contribute
This project is a simple Login and Sign Up app developed during my youtube video to demonstrate how to create Angular apps with authentication and integrate with backend.
Here you describe how to run your project locally
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/Fernanda-Kipper/login-page.git
How to start your project
cd project-name
npm run start
Here you can list the main routes of your API, and what are their expected request bodies.
route | description |
---|---|
/signup | Page to sign up |
/login | Page to login |
/user | Protected page that only logged in users can access |
git clone https://github.com/Fernanda-Kipper/text-editor.git
git checkout -b feature/NAME
- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!