This project is a polling application built with a Next.js frontend and a Go backend. It allows users to create and participate in polls easily.
Follow these instructions to get the project up and running on your local machine for development and testing purposes.
- Go
- Node.js
- npm (Node Package Manager)
Before running the application, you need to install the frontend dependencies. Navigate to the project root directory and execute:
make install-frontend
You can run the frontend and backend using the following commands:
Start the Frontend:
make run-frontend
Start the Backend:
make run-backend