Project : A login/register sytem using NodeJS platform (NodeJS + MySQL + Bootstrap 4).
View full tutorial on youtube: https://www.youtube.com/watch?v=DcB1Ge0HQ4I&list=PLNOjHC_BXrfCNWe0ghCxEmNVeHN_J5K3k
How to run this project:
-
Clone this project
-
With MySQL database, create a "users" table with 4 fields: id, fullname, email, password.
-
Create a .env file in the root folder: copy the .env.example file, rename to .env file -> change parameters like database name, port, username, password etc.
-
Run "npm install" to install all packages in package.json file.
-
Run "npm start " to start the project