Giter VIP home page Giter VIP logo

ae's Introduction

Driving School managmenet system: Backend Repo Deployment

DEMO

Contributors Forks Stargazers Issues MIT License LinkedIn

Clean, Beautiful and Responsive management system for driving school

image

About The Project

This project started as an end of study project and was build using Angular and NodeJs. But it wasn't well design and not responsive. We decided to re-design the entire project and use a microserive architecture and Develope the frontend from scratch using ReactJs. For better performance. We tryed to follow Attribute-driven design (ADD) methodology when creating the software architecture because it takes into account the quality attributes of the software. Our knowladge of ADD came from the book Designing Software Architectures: A Practical Approach. This is our first experience in implemention ADD in a project. An we may have missed some concept.

Our Main focus in this project is to deliver a hight quality product and create a well designed system using the technologie and following the best practices. \ In the following, we will be detailing each the design iterations done and the decision made at each step.

This repo contain the backend of the system.
The Frontend is in another repo.

Build With

Notes:

scheduling-service

Don't forget to set those env variable: PORT=3004;DEBUG=scheduling-service:* then run the server using npm start

subscription-service

Same as the prev service PORT=3003;DEBUG=subscription-service:*

proxy-service and discovery-service

Those two services work together to provide dynamic routing of services url. To see the different available routes see: http://localhost:8080/actuator/routes (after running all services).

For example to execute a get all client request using the proxy: GET:http://localhost:8080/subscription-service/client

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.