Giter Club home page Giter Club logo

bluebell's Introduction

bluebell

The backend of a online forum, imitating Reddit

The code are constructed in such layer: Controller -> Logic -> DAO

Features

  1. Sign Up
  2. Login(with JWT token)
  3. Get all community in the forum
  4. Create a post in a community
  5. Get post detail by its ID
  6. Get all the posts in the forum
  7. Get all the posts in a community
  8. Voting(implemented by Redis)

Environment

Go 1.20.4
Redis 7.0.11
MySQL 8.0.33

Deployment

Local

  1. Go to settings/config.yaml, modify the configuration as you need
  2. redis-server (or redis-server.exe in Windows)
  3. go build -o main
  4. ./main

Using

I use Postman to test the code.

  1. In Postman, import the collection from postman_json_template/bluebell.postman_collection.json, then sign up. Example Image

  2. Login to get token Example Image

  3. Except signup and login, every features in bluebell need user to login, so put the token inside your request Example Image

Todo

  1. Use refresh-token to get access-token

bluebell's People

Contributors

linde7777 avatar

Stargazers

R avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.