Skip to content

hansels/currency_exchange_ovo_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Backend Repository (Go)

For OVO Technical Test

Getting started

  1. Clone this repo using git clone https://github.com/hansels/currency_exchange_ovo_backend.git <your-project-name>.

  2. cd to and delete the existing git repository by running rm -rf .git.

  3. Add Firebase SDK to the /files/firebase (The Details for this SDK Key are in the Google Docs)

  4. Initialize a new git repository with git init, git add . and git commit -m "Initial commit".

  5. Run go mod vendor to install the dependencies.

  6. Run the Repository using runner or using go run main.go

  7. Go to http://localhost:3000 and you should see the app running!

About

Currency Exchange Backend with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages