Skip to content
/ dsmeta Public

Project created in the SpringReact week, to learn how to work with a monorepo and integrate two services

Notifications You must be signed in to change notification settings

Filipey/dsmeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DsMeta

FullStack application focused on integrad the back and the frontend in a monorepo

🚧 DsMeta 🚀 Done 🚧

ObjectiveTecnologiesContribuitionLicenceAuthor

Objective

This project has the objective to integrate a frontend and a backend in a monorepo and deploy those in different services. This is a training project, and all final data is in Portuguese


🛠 Tecnologies

These tecnologies are used in this project:


⚠️ If you are using the deployed version on Netlify, wait to the data loads from Heroku, because the server are on sleep mode.

Development

Before start, you gonna need install those tools: Git, Node.js, Java 8+, Maven I recommend you to install VsCode to work in the frontend and IntelliJ to work in the backend

Run 🏃‍♂️

In the /frontend

# Install al dependencies
$ yarn

# Run in development mode
$ yarn dev

# The app gonna run in the port on your terminal

In the /backend

# Reload the maven changes
$ mvn clean install -U

# Compile in development mode
$ mvn clean package

# You can run by the IDE play button or using
$ mvn spring-boot:run

# The server gonna run on the port:8080

After run the backend and the frontend, you gonna see something similar to this

Entire screen

You can change the dates to fetch new data

Date picker

New card after change the date

New card

Clicking on the "Notificar" button, a SMS will be send to my cellphone with the data of the "Vendedor"

Vendedor info

The user will be notified by a toast if the message has been succesfully

Succesful toast


License

MIT License ©


Author


Filipe Moura

Made with ❤️ by Filipe Moura 👋🏽 Contact!

Linkedin Badge Gmail Badge

About

Project created in the SpringReact week, to learn how to work with a monorepo and integrate two services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published