Skip to content

A polling application built with Next.js and Go, secured using Passkey verification.

Notifications You must be signed in to change notification settings

SaiKiranMatta/nextjs-golang-polling-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Polling Application

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.

Getting Started

Follow these instructions to get the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Go
  • Node.js
  • npm (Node Package Manager)

Install Frontend Dependencies

Before running the application, you need to install the frontend dependencies. Navigate to the project root directory and execute:

make install-frontend

Running the Application

You can run the frontend and backend using the following commands:

Start the Frontend:

make run-frontend

Start the Backend:

make run-backend

About

A polling application built with Next.js and Go, secured using Passkey verification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published