Skip to content

Commit

Permalink
Added Next.js BE & FE
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Sep 28, 2024
1 parent fda1ff5 commit 1f3c6ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ This project shows the power of Next.js and serves as a practical demonstration
- [💡 **Notes**](#-notes)
- [🧪 **Testing**](#-testing)
- [**Running Tests**](#running-tests)
- [🐳 Containerization](#-containerization)
- [🚀 **Live Deployment**](#-live-deployment)
- [🐳 **Containerization**](#-containerization)
- [🔧 **Contributing**](#-contributing)
- [📝 **License**](#-license)
- [📧 **Contact**](#-contact)
Expand Down Expand Up @@ -280,6 +281,10 @@ yarn test

The tests will run and display the results in the terminal.

## 🚀 **Live Deployment**

The application is deployed live on **Vercel**. You can access it at [https://to-do-app-next-js-fullstack.vercel.app/](https://to-do-app-next-js-fullstack.vercel.app/).

## 🐳 **Containerization**

This project includes a `Dockerfile` for containerization. To build the Docker image, run:
Expand Down

0 comments on commit 1f3c6ca

Please sign in to comment.