Skip to content

🔒 Frontend auth app for "men-api-rest" backend repository

Notifications You must be signed in to change notification settings

salvasm/angular-auth

Repository files navigation

Logo

Angular Auth

Boilerplate frontend for MEN API Rest

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

Same as backend repository, this one was created for frontend. So with this I expect to improve and get practice with angular and some others front tools including testing.

(back to top)

Built With

(back to top)

What Includes

  • Services & Components
    • Auth
    • Users
  • Sessions
  • Basic responsive front design

(back to top)

Getting Started

  1. Install Angular
  2. Clone the repo:
git clone https://github.com/salvasm/angular-auth.git
  1. Install NPM packages:
npm install
  1. Build and run server command:
npm run build && npm run start

(back to top)

Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

(back to top)

About

🔒 Frontend auth app for "men-api-rest" backend repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published