User Registration
HTML CSS JAVASCRIPT
Signup/Login page with JWT Authentication using ExpressJS
Table of contents
General Info
In this we can register the user details from the singin form and allows the user to view the details from login form.
Technologies
App is created with:
- Javascript
- ExpressJS
- JWT Authentication
- MYSQL (Database)
Setup
To run this project, Download or clone my github repository locally:
* open the terminal in the main directory of our project.
* Make sure you have installed all the required package.json modules.
* Setup your Xampp for Mysql Databasee.
* Run the website locally using npm run start