| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
@effect/platform provides a type safe API for building backend apps. Any runtime, any database, and with all the features you expect from a TypeScript backend.
Check out the full article to learn how to get started 🚀
This repository includes the following:
First, open Docker Desktop and execute the below command to start the database and PgAdmin:
Make sure to create a .env file inside both the root directory and apps/server, containing the parameters listed inside .env.example.
docker compose upThis will start the database and PgAdmin. You can access http://localhost:5050/ to login into the local PgAdmin dashboard.
Use the credentials from .env: PGADMIN_MAIL+PGADMIN_PW.
You can then execute both server and client in the monorepo. Open a second terminal and run the below commands:
pnpm install
pnpm run devThis will start client on http://localhost:3001/, and server on http://localhost:3000/.
Done ✨
Server, client, and database all now all connected. Explore more of the effect API by playing around with the code in the repository 🕹️
Check out the full article for the details of how the code works 🚀
| Back | FazBrowse Home | New Git URL |