This is an auth system built with NodeJS and MySQL.
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)
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.
Using Postman can be of great use to run some functionalities like registering users, etc.
Don't hesitate to fire an issue if you run into a bug or some funny stuff. It is built with heart.