Skip to content

We made a site to have a dashboard with many widget (weather, spotify...). Our Back is in Java under SpringBoot and our Front is in javascript under React

Notifications You must be signed in to change notification settings

Arthur24-t/DashBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DashBoard

 

DashBoard

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Paolo Thomas Arthur


🎯 About

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

✨ Features

✔️ Authentification with firebase (email, google, github)
✔️ Subscribe to widget
✔️ Admin have a page to manage all data (CRUD);

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node, Firebase, SpringBoot installed.

🏁 Starting

# 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 

📝 License

Made with ❤️ by Paolo,Thomas and Arthur

 

Back to top

About

We made a site to have a dashboard with many widget (weather, spotify...). Our Back is in Java under SpringBoot and our Front is in javascript under React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published