Technologies | Getting started | Routes | Project | License
This project was developed using the following technologies:
Clone the project and access the folder
$ git clone https://github.com/Masterr115/Basic-Authentication-Application.git && cd Basic-Authentication-Application
Follow the steps below
# Install the dependencies
$ npm install
# Start the project
$ npm start
The application will start on port 5000
- To register: Go to
/register
route and fill all values, after that, confirm your email. - To login: Go to
/login
route and fill all the values.
-
/
: Index, login page (Get) -
/register
: Register Page (Get) -
/dashboard
: Dashboard page when user register or login (Get) -
/account/logout
: Route to log-out (Get) -
/account/login
: Route to login (Post) -
/account/create
: Route to create Account (Post)
This project is free and open source and it consists of an basic authentication application, with secure register and login, with integration with Discord.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💜 by André Contiero 👋