Skip to content

manlikeNacho/Bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore

Monolithic Backend server system.

This is a simple web application for managing a bookstore's inventory. It allows users to add, edit, and delete books from the inventory.

Features

  • Add new books to the inventory
  • Edit existing books in the inventory
  • Delete books from the inventory
  • View a list of all books in the inventory

Technologies Used

-golang -Gin framework

Installation

To run the application locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies using go get i.
  3. Start the server using go run ..
  4. Open your browser and go to http://localhost:8080.

Usage

The homepage of the application displays a list of all books in the inventory. From here, you can add, edit, or delete books.

To add a book, click the "Add Book" button and fill out the form.

To edit a book, click the "Edit" button next to the book you want to edit and make your changes in the form.

To delete a book, click the "Delete" button next to the book you want to delete.

Contributing

Contributions are welcome! To contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Monolithic Backend server system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published