Skip to content

Latest commit

 

History

History
112 lines (62 loc) · 3 KB

README.md

File metadata and controls

112 lines (62 loc) · 3 KB

Gestion stock back-end

managing stock back end for esprit mini-project developed by spir'IT 2021
Explore our front-end

spirit-gestion-stock-back-end

logo

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

set up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • mysql port : 3306
  • server port : 8081
  • database name : 'gestionmagasinstock' in case you don't have one of the requirements , change on your branch the 'spirit-gestion-stock-back-end/src/main/resources/application.properties'

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo

    git clone https://github.com/anasbn3issa/spirit-gestion-stock-back-end.git
  2. Update the project

  3. Install maven packages

  4. Run as spring boot app

(back to top)

Usage

this back end helps you send basic CRUD services to your front managing stock application , plus more advanced functionalities in order to practice typical relations in the market and have more control over your data.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Acknowledgments

This back-end was developed under the supervision of Mr HAMMOUDA Ghassen ,
by spir'IT team.

(back to top)