Simple fullstack application with Nest.js and Vue and AmoCrm
To run app:
- Enter AmoCrm denisjet account (login: deniskalkopf@gmail.com, pass: denisjet),
- Copy authorization code from RocketTest integration and paste it to rocket-test-server/src/app.controller.ts [private code],
- Run server: cd rocket-test-server, npm run start:dev,
- Run client: cd rocket-test-client, npm run dev.