JingYiJun / book_management_system_backend

a backend for Fudan 2023 Spring database course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues Apache License


Book Management System Backend

a backend for Fudan 2023 Spring database course
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

a backend for Fudan 2023 Spring database course

Built With

Go Swagger

Getting Started

Prerequisites

Install PostgreSQL. Quick start using docker.

docker run -d --name postgres \
  -e POSTGERS_PASSWORD={POSTGERS_PASSWORD} \
  postgres:latest

Installation

docker run -d --name book_management_system_backend \
  -e POSTGRES_DSN={POSTGRES_DSN} \
  jingyijun3104/book_management_system_backend:latest

Usage

For more examples, please refer to the Documentation

Roadmap

  • user management
  • book management
  • order and sale
  • tests
  • logs

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

Contact

JingYiJun - JingYiJun3104@outlook.com.com

Project Link: https://github.com/JingYiJun/book_management_system_backend

About

a backend for Fudan 2023 Spring database course

License:Apache License 2.0


Languages

Language:Go 99.2%Language:Dockerfile 0.8%