Learn how to build a full-stack app with Next.js and Postgres on the Coherence platform.
Fork the repository to your GitHub account. To test locally, clone the forked repository to your machine. You will need to have Docker installed.
git clone https://github.com/<your_github_username>/nextjs-postgress-employee-app.git
cd nextjs-postgress-employee-app
docker-compose up
After a successful build, the application will be accessible at http://localhost:3000.
Detailed instructions are provided in the guide at https://docs.withcoherence.com/docs/getting-started/create-nextjs-postgres-full-stack-app.