About | Features | Technologies | Requirements | Starting | License | Paolo Thomas Arthur
We made a site to have a dashboard with many widget. Our Back is in Java under SpringBoot and our Front is in javascript under React
✔️ Authentification with firebase (email, google, github)
✔️ Subscribe to widget
✔️ Admin have a page to manage all data (CRUD);
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node, Firebase, SpringBoot installed.
# Clone this project
$ git clone https://github.com/Arthur24-t/DashBoard.git
# Access
$ cd DashBoard
# Install dependencies for the React application
$ cd front/my-app
$ npm install
# Install dependencies for the SpringBoot
$ cd dashboard
$ mvn verify
# Run the React application
$ npm start
# Run the Java API
$ mvn spring-boot:run
# The server will initialize in the <http://localhost:3000> for React
# The server will initialize in the <http://localhost:8080> for SpringBoot
Made with ❤️ by Paolo,Thomas and Arthur