katallaxie / service-lens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Lens 👓

Test & Build Taylor Swift Volkswagen License

⚠️ This project is in early development. It is not ready for production use.

About

Service Lens is an enterprise service management tool. It allows you to manage your services, identify risks, review the solutions that created them and the business context of every service. It follows the Well-Architected methodology established by AWS and Microsoft.

Development

Please create a .env.local file from the .env.example file. You need to create a OAuth app on GitHub to get the GITHUB_ID and GITHUB_SECRET.

# Install dependencies
npm i

# Run Postgres
docker compose up

# Run migrations
npm run migrate:up

# Run seeds
npm run db:seed

# Run the server
npm run dev

License

LICENSE

About

License:Apache License 2.0


Languages

Language:TypeScript 91.9%Language:JavaScript 7.4%Language:CSS 0.4%Language:Dockerfile 0.2%Language:Shell 0.2%