A instagram clone made in Angular, Node and MySQL using Faker, Multer, JWT Tokens.
- Angular: v.12.0.1
- Node: v.16.2.0
- MySQL: v.5.7.24
In the root folder run ng build
or npm build
to build the project.
- You have to run first a localhost MySQL server with root user and an empty password.
- Run
npm start
for a runing server.js with Node. Navigate tohttp://localhost:4600/
.