Skip to content

ImGabreuw/books-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

books-api

Author Languages Stars

API Rest, made in Go, to manage your books

📝 TODO

  • Put database configuration in .env file
  • API documentation
  • Deploy

💻 Prerequisites

  • Go 1.16+
  • Your favorite IDE

💻 Technology

  • Go
  • Gin
  • Go-ORM
  • PostgreSQL

🚀 Installation

# Repository clone
$ git clone https://github.com/ImGabreuw/books-api.git

# Go to the application directory
$ cd books-api

# Start database
$ docker-compose up -d

# Run application
$ go run main.go

Go to http://localhost:5000/api/v1/books/

📫 Contribution

To contribute to books-api, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature/<feature>.
  3. Make your changes and confirm them: git commit -m 'some description of feature'
  4. Send to the original branch: git push origin <branch>
  5. Create the pull request.

Alternatively, refer to the GitHub documentation at how to create a pull request.

🤝 Contributors

We thank the following people who contributed to this project:

ImGabreuw
ImGabreuw

😄 Be one of the contributors

Want to be part of this project? Click HERE and read how to contribute.

📝 License

This project is under license. See the archive LICENSE for more details.

⬆ Back to the top

About

API Rest, made in Go, to manage your books.

Topics

Resources

Stars

Watchers

Forks

Languages