Hi. 👋
This is a little authentication application built with React and Node.js
You need to install :
- Mysql
- Node
First stape, clone the repository.
Next stape, go into the backend folder and import the file
database.sl
into your Mysql database .Go into
/back/config/db.config.js
to update your username and password database information.Open
/back
and/front
and runnpm install
thennpm start