Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elsoul/skeet-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Aug 1, 2023
2 parents fd187f2 + a57b433 commit 726ddf1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@

## Skeet - Open-Source Serverless App Framework for efficient development

Skeet is an Open-Source Serverless Framework for zero-maintenance apps on Firebase 🔥
Skeet is an Open-Source Serverless Framework for zero-maintenance apps on Firebase and Google Cloud 🔥

- [TypeScript - TypeCheck](https://www.typescriptlang.org/)
- [Firebase - Serverless Platform](https://firebase.google.com/)
- [Firestore - NoSQL Database](https://firebase.google.com/docs/firestore)
- [Firebase Cloud Functions 2nd Gen - FaaS](https://firebase.google.com/docs/functions)
- [Firebase Storage - Cloud Storage](https://firebase.google.com/docs/storage)
- [Firebase Authentication - Auth](https://firebase.google.com/docs/auth)
- [Cloud SQL - Relational Database](https://cloud.google.com/sql)
- [Cloud Load Balancing - Routing](https://cloud.google.com/load-balancing)
- [Prisma - ORM](https://www.prisma.io/)
- [GraphQL - Query Language](https://graphql.org/)
- [Apollo - GraphQL Server](https://www.apollographql.com/)
- [TypeScript - TypeCheck](https://www.typescriptlang.org/)
- [Jest - Test](https://jestjs.io/)
- [ESLint - Linter](https://eslint.org/)
- [Prettier - Formatter](https://prettier.io/)
Expand Down Expand Up @@ -245,6 +250,7 @@ $ skeet s
Run Skeet App locally and access to

[http://localhost:19006/register](http://localhost:19006/register)
(with Next.js: [http://localhost:4200/auth/register](http://localhost:4200/auth/register))

Let's create a new user account with your email address and password.
Expand All @@ -268,7 +274,8 @@ Successfully verified your email address.
After login, access this page to create a chat room.
[http://localhost:19006/rooms](http://localhost:19006/rooms)
[http://localhost:19006/user/open-ai-chat](http://localhost:19006/user/open-ai-chat)
(with Next.js: [http://localhost:4200/user/chat](http://localhost:4200/user/chat))
Let's create a chat room with the following settings.

Expand Down

0 comments on commit 726ddf1

Please sign in to comment.