Skip to content

aman-kumar-keshu/pollApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polling-app

Environment setup

You need to have Go, Node.js, installed on your computer.

Verify the tools by running the following commands:

go version
npm --version
node --version

Start in Local mode

Start a local PostgreSQL database on localhost:5432. The database will be populated with test records from the [server/database/db.go](db migrate) function.

Navigate to the server folder and start the back end:

cd server
go run server.go

The back end will serve on http://localhost:8080.

Navigate to the webapp folder, install dependencies, and start the front end development server by running:

cd webapp
npm install
npm start

The application will be available on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published