Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Rain-Bus/BookmarkTomb_Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Tomb

This is a bookmark sync system. Now, you locate at backend project.

You can go to our homepage for more help.

Simple introduction

The backend project build with SpringBoot and MongoDB. The project need java(>=11) to run.

The details as fallow table:

Function Main Technique
Framework SpringBoot
Database MongoDB
Authentication Spring Security with Token
API Document Swagger with knife4j

Dev and Debug

  1. Clone the project

    git clone https://github.com/BookmarkTomb/BookmarkTomb_Back.git

  2. Import to IDEA or other IDE

  3. Set develop java version to 11 or higher.

  4. Wait a minute for pull dependencies from maven repository.

  5. At last, you can write configure by url or file.

Others

This project is unexpect, many things can be improved. Such as:

  • Use ChangeStream instead of Java Code deal with some pretreatment;
  • Can simplify the DTO and VO names.
  • Maybe MySQL is better for the project.
  • And so on ...

So, the project will refactor soon. Maybe at last version.