Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 789 Bytes

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.