Skip to content

Commit

Permalink
Update README with deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
webroo committed Nov 30, 2023
1 parent 5c9a28a commit 77a6cc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Polly is a simple and easy to use polling app that helps you schedule events - D

An experiment in using [React Server Components](https://vercel.com/blog/understanding-react-server-components) and [Server Actions](https://vercel.com/blog/understanding-react-server-components#server-actions-react%E2%80%99s-first-steps-into-mutability). Built using [Next.js](https://nextjs.org/) and [MongoDB](https://www.mongodb.com/).

Server Components and Sever Actions allow the site to be fully functional even with JavaScript disabled.
Server Components and Sever Actions allow the site to be functional even with JavaScript disabled.

## Prerequisites

Expand Down Expand Up @@ -46,6 +46,10 @@ Server Components and Sever Actions allow the site to be fully functional even w

6. Open [http://localhost:3000](http://localhost:3000) to see the site.

## Deployment

The GitHub project is not directly connected to the Vercel project and instead artifacts are built using GitHub Actions and deployed onto Vercel infrastructure using their CLI tool. Production env vars are defined in the Vercel project settings and MongoDB Atlas is configured as a Vercel project integration.

## MongoDB admin interface

Docker compose also provides Mongo Express, a web-based MongoDB admin interface. It can be found at [http://localhost:8081/](http://localhost:8081/) and can be logged into with the following credentials:
Expand Down

0 comments on commit 77a6cc5

Please sign in to comment.