Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 401 Bytes

This is a angular aplication with basend in authentication (register and login) with angular, node and mysql.

Install the dependencies

npm install -g nx
npm i
brew install node

to run the aplication

must fill .loca.env with DB credentials. I recommend planetscale you can get a mysql DB free.

npm run start:api
npm run start:front