Go Bank
🚧 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