Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.4 KB

README.md

File metadata and controls

82 lines (55 loc) · 2.4 KB
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