Giter VIP home page Giter VIP logo

schoolapp-back's Introduction

SchoolApp backend

SchoolApp is a web application to provide a support for all SFEIR schools.

Installation

The installation of this project is handled by a docker compose configuration. You simply need to execute the command docker compose up -d at project root.

It will start a docker compose environment with a mongo database and a spring boot CRUD.

Routes

All the routes of the spring boot CRUD are available on this swagger

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

schoolapp-back's People

Contributors

pierresomny avatar

Watchers

kitop avatar Jonathan Geoffroy avatar  avatar

schoolapp-back's Issues

GET details from one school

Provide a GET endpoint to all informations about one school.

(For now) the user must be authenticated in order to retrieve this information.

GET all schools on the catalogue

Provide a GET endpoint to retrieve all active schools.
(For now) the user must be authenticated in order to retrieve this list.

Back-end Authentication

Every endpoints must be protected by a Google OAuth token, so that the client have to provide it token in order to have any information.
If the token is not provided, or is not valid, the backend refuse the request with a HTTP 401 error.

Technical analysis :

  • we should probably use Spring Security for this task.
  • we should rely on cookie, so that the front-end can use http-only cookie to store the token.

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.