33 lines
928 B
Markdown
33 lines
928 B
Markdown
# Node.js with simple authentication
|
|
|
|

|
|
|
|
App with a simple method to authenticate and register users with MySQL.
|
|
|
|
## Getting Started
|
|
|
|
You need install [Node.js](https://nodejs.org/en/) and some dependencies like [express](https://www.npmjs.com/package/express).
|
|
|
|
|
|
## Built With
|
|
|
|
* [Node.js 20.14.0 LTS](https://nodejs.org/en/)
|
|
* [express](https://www.npmjs.com/package/express)
|
|
* [MySQL 8.3.0](https://www.mysql.com/)
|
|
|
|
## Contributing
|
|
|
|
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of conduct, and the process for submitting pull requests to me.
|
|
|
|
## Versioning
|
|
|
|
I use [SemVer](http://semver.org/) for versioning.
|
|
|
|
## Authors
|
|
|
|
[](https://andrealmeida.net)
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|