Giter VIP home page Giter VIP logo

cs201finalproject's Introduction

cs201finalproject

Tutorial for Java Spring + React + MySQL Fullstack Development Project

Watch the following video for understanding of what we will do for the next few weeks:

https://www.youtube.com/watch?v=O_XL9oQ1_To

General Folder Structure

The backend and database programmings will be done in "schedulersystem" folder with Java Spring Boot Framework.

I have added MySQL dependencies, so managing database will be easy after we create the necessary classes and tables during Design Doc Meeting

The frontend programmings will be done in "schedulerfrontend" folder with ReactJS. We can add CSS Tailwind or other frameworks later in this folder to make websites pretty.

One thing to watch out is whenever we add new depedencies, libraries, packages, frameworks, etc., please write it down somewhere and let us know. These files will not be pushed to the GitHub most of the times because of .gitignore file, and it is also important that we all have same version for these packages and stuff.

At the moment, we are using almost all the recent versions for everything: openjdk-17 (Java 17), node v17.5.0 (this may later change to 16), ...

Alternative to Java Sprint Boot + React + MySQL

Alternative idea that I have is MySQL + React (or it can be normal HTML/CSS/JS) + WebSocket + Java (<-- normal one we learned in class)

In this option, creating connection between client and server will be more confusing, and more programmings may be required in the server. However, the implementation in Java may be more familiar to what we have done in class, which is better.

This alternative option is NO LONGER POSSIBLE. JavaScript uses Websocket, and Java ServerSocket that we learned uses TCP Socket. These two sockets cannot communicate with each other, and there is no TCP Socket built with JavaScript at this moment. Therefore, we must go with Java Spring Boot for the easiest solution.

API

Anthony: We will also use this API: https://github.com/tisuela/ratemyprof-api

cs201finalproject's People

Contributors

jasonw0416 avatar griffinains avatar giozaarour avatar dzeng401 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.