Skip to content

bangadam/backend-test-majoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Test Majoo

Github top language Github language count Repository size License

About   |   List API   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

✨ Features

✔️ API user login;
✔️ API report transaction of merchant;
✔️ API report transaction of outlets;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Go installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/bangadam/backend-test-majoo

# Access
$ cd backend-test-majoo

# Migrate Database with file `database.sql`

# Set Environment Variables with your own data, check on file config.yaml
server:
  host: 127.0.0.1
  port: 8080
  secret_key: "secret"
mysql:
  host: localhost
  port: 3306
  password: 
  user: 
  database: 


# Install dependencies
$ go get ./...

# Run the project
$ go run cmd/api/main.go
# The server will initialize in the <http://localhost:${server.port}>

# Go to API Documentation in the <http://localhost:${server.port}/swagger/index.html>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Muhammad Adam

 

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages