Skip to content
Jocilé Serra edited this page Jul 17, 2022 · 4 revisions

Welcome to the dsmeta wiki!

🎯 About

Dsmeta is a sales inquiry app where you can search for sales in a certain date range and notify best sellers via SMS. It uses the back-end with Java and Spring, and the front-end with React. This app was built in the Spring React week of the @devsuperior course.

👷‍♂️ Status

The cloud frontend server will initialize in the browser:
🔗 https://dsmeta-jocile.netlify.app/

The cloud backend API with the following end point filter: by minimum date and maximum date:
🔗 https://dsmeta-jocile.herokuapp.com/sales?minDate=2021-02-02&maxDate=2022-04-04

✨ Features

✔️ REST API with Java and Spring Boot
✔️ Database with ORM
✔️ Front end with ReactJS
✔️ Layers, components, best practices
✔️ SMS integration
✔️ Cloud deployment with CI/CD

Screenshot

Search container

Clone this wiki locally