Code Monkey home page Code Monkey logo

2023-spring-java2-project-demo's Introduction

๐Ÿซง Stack Overflow Rust Tag Data Analysis Demo

CourseInfoLicense

This is a simple Stack Overflow rust tag data analysis demo, based on the SpringBoot web framework.

Demo Introduction

This repository is just a very simple demo, I am sure you need more content and more beautiful views to get a good grade.

The data used in the demo is based on Stack Overflow rust tags, so it cannot be directly applied to your final project (although the sample charts may be modified and used).

This demo is a SpringBoot project with Maven as the package manager. The project uses SpringBoot version 2.7.10 (not recommended to use SpringBoot 3), and the default JDK version is 17. In addition, the thymeleaf template engine (see the documentation for more details) is imported for page rendering. The frontend and backend of this demo are not separated (you can create a separate front-end and back-end project), and the frontend uses HTML, CSS, and Javascript (you can use Vue, React, or other front-end frameworks). The echarts framework for generating wordcloud and piechart is imported via CDN (see the documentation for more details).

How to Run the Demo

If you want to use this demo as the beginning of your final project, Click the use template to create a fork of this template - to avoid potential plagiarism disputes, please be sure that your repository is made private before the deadline. But I recommend you start from create a new project (it will help you get more familiar with SpringBoot).

You need to then clone your repository into your local machine. You can then open the whole folder as a project in your IDE - it will recognize the SpringBoot Application structure and automatically configure the project.

IDEA

Once you enter your project, if your IDEA is "smart" enough, it will configure your project automatically. After indexing, you can simply run the main function in src->main->java->cse->java2->project->Application.java. If your IDEA is not "smart" enough, you can follow the tutorial in Assignment 2, then you can run the application.

If you see the result below, congratulations!:tada:

Terminal

Now, the first thing you need to do is to install your local Maven project.

mvn install

After executing the command, you can simply run the application in your terminal.

mvn spring-boot:run

If you see the result below, congratulations!:tada:

If you get an error like below, it means your 9090 port is already in use, you can change the port in src->main->resources->application.properties.

If you get other errors, fill free to ask us for help :)

How to See the Result

You can visit localhost:9090 or localhost:9090/demo (based on your port number) to see the demo result.

The demo is so simple, and we look forward to your creative ideas :)

More Information

If there's anything ambiguous about the document or the instruction above, feel free to open an issue and ask. Your question may also help others to better understand this assignment ๐Ÿ”ฅ

License

This project is licensed under the MIT License - see the LICENSE file for details.

2023-spring-java2-project-demo's People

Contributors

snowcharmq avatar

Stargazers

 avatar Jiacheng Luo avatar  avatar TheonYu avatar

Watchers

Yida Tao avatar  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.