Skip to content

Full Stack Pharmaceutical Application w/ Spring and React

License

Notifications You must be signed in to change notification settings

gasech/delifarma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delifarma

Project Screenshot

Full Stack Pharmaceutical Application w/ Spring and React

This is an online ecommerce that I developed during college. All transactions are fictional.

Sections

Programming language and tools used

javascript nodejs reactjs materialui spring mysql

Developing

Developing in this application should be very simple, I'm using a MVC architecture with REST APIs and MySQL as a database.

Requirements

  • Node.js and npm
  • Java Development Kit (JDK)
  • MySQL Shell

Running a local development environment

1. Start your MySQL server

Run a database called delifarma and run the sql script located in MySQL/

2. Start your API Rest with Spring

Before starting your backend adjust your MySQL datasource.url, datasource.username and datasource.password in backend/src/main/resources/application.properties according to your local database environment.

cd backend 
chmod +x ./mvnw
./mvnw

3. Run your local application frontend with Node.js

cd frontend
npm install
npm start

Documentation

All of the documentation are written in Portuguese from Brazil.

UML case

Application architecture

References

About

Full Stack Pharmaceutical Application w/ Spring and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published