Raxuis / go-bank

A bank api to learn golang and postgresql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Bank

 

Go Bank

Github top language Github language count Repository size License

🚧 Go Bank πŸš€ Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A bank api to learn Golang and PostgresSQL.

✨ Features

βœ”οΈ Create an account
βœ”οΈ Get account by id
βœ”οΈ Get all accounts

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git, GO and PostgresSQL Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Raxuis/go-bank

# Access
$ cd go-bank

# Pass your PostgresSQL database URL as an environment variable
$ export DATABASE_URL=

# Run the project
$ make run

# The server will initialize in the <http://localhost:3000>

πŸ“ License

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

Made with ❀️ by Raphaël

 

Back to top

About

A bank api to learn golang and postgresql.

License:MIT License


Languages

Language:Go 98.8%Language:Makefile 1.2%