Skip to content

monkeyK1n9/NodeJS_MySQL_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS and MySQL authentication system

This is an auth system built with NodeJS and MySQL.

Introduction

Let's get started! In order to setup the project in your local machine, you will need the following installed:

  • NodeJS
  • XAMP (to launch the Apache and MySQL)

Setup

To setup the dev environment, run:

npm install

This will install the necessay dependencies. As you can see in the package.json file, you can spin nodemon by running:

npm start

Open XAMP and start Apache and MySQL. When both are running, you are good to go.

Additional tools

Using Postman can be of great use to run some functionalities like registering users, etc.

Conclusion

Don't hesitate to fire an issue if you run into a bug or some funny stuff. It is built with heart.

Releases

No releases published

Packages

No packages published