Skip to content

api-projector/frontend

Repository files navigation

Visual 🥳 Swagger Editor for Teams

Get full power of Spec-First approach in your team for API contracts ❤️

Here is only ✋ frontend part written on Angular and esanum UI kit.

See more information about product on our landing.

For deploying project locally, please check tutorial

Developing

For developing you don't need real backend, you can use mocks:

git checkout git@github.com:api-projector/frontend.git
npm i
npm run mocks
open http://localhost:4200/

If you want to use real backend please run

npm start