项目作者: Masterr115

项目描述 :
A simple authentication system, with log in Discord, when there is an authentication.
高级语言: CSS
项目地址: git://github.com/Masterr115/Authentication-Application.git
创建时间: 2021-04-27T02:31:32Z
项目社区:https://github.com/Masterr115/Authentication-Application

开源协议:MIT License

下载



Simple App Logo


Technologies |
Getting started |
Routes |
Project |
License



🧪 Technologies

This project was developed using the following technologies:

🚀 Getting started

Clone the project and access the folder

  1. $ git clone https://github.com/Masterr115/Basic-Authentication-Application.git && cd Basic-Authentication-Application

Follow the steps below

  1. # Install the dependencies
  2. $ npm install
  3. # Start the project
  4. $ 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.

🔎 Routes

  • / : 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)

💻 Project

This project is free and open source and it consists of an basic authentication application, with secure register and login, with integration with Discord.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with 💜 by André Contiero 👋