| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project was created with Better-T-Stack, a modern TypeScript stack that combines Next.js, Next, and more.
First, install the dependencies:
npm installThis project uses PostgreSQL with Drizzle ORM.
Make sure you have a PostgreSQL database set up.
Update your apps/server/.env file with your PostgreSQL connection details.
Apply the schema to your database:
npm run db:pushThen, run the development server:
npm run devOpen http://localhost:3001 in your browser to see the web application. The API is running at http://localhost:3000.
ogame-tracker/ ├── apps/ │ ├── web/ # Frontend application (Next.js) │ └── server/ # Backend API (Next)
| Back | FazBrowse Home | New Git URL |