Skip to content

GRACENOBLE/unit-converter-go-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Converter

This is a unit converter with a backend in Go and the frontend in Next Js

Sample solution for the currency-converter challenge as seen on roadmap.sh

How to use this app

Click Here to visit the deployed version.

Or

Clone the backend

git clone https://github.com/GRACENOBLE/unit-converter-go-backend.git

Clone the frontend

git clone https://github.com/GRACENOBLE/unit-converter-next-frontend.git

move into the backend directory

cd go-backend

Build the binary

go build .

Run the server

./unit-converter

move to the frontend directory

cd ../next-frontend

Run the development server

pnpm dev #Make sure to use pnpm

Visit the dev server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages