Skip to content

Web application allowing to store, in a secure way, administrative files (Back End).

License

Notifications You must be signed in to change notification settings

KristenJestin/administrative-documents-api

Repository files navigation

Build MIT License LinkedIn

ADMINISTRATIVE DOCUMENTS
API

Table of Contents

About The Project

Web application allowing to store, in a secure way, administrative files (Back End).

Front End

Routes

  • Auth
    • Authenticate : Allows to authenticate with the couple email and password
    • Refresh : Allows to refresh the authentication token with the cookie
  • Documents
    • Create : Allows you to add a new document
    • Find : Allows to have the details of a document
    • Latest : Allows you to have the latest documents added
    • Download : Allows to download the document
    • Search : Allows you to search for documents
  • Document Types
    • Get All : Allows to retrieve all the tags of the authenticated user
    • Find : Allows to have the details of a tag
  • Document Tags
    • Get All : Allows to retrieve all the tags of the authenticated user
    • Find : Allows to display the details of a tag
    • Find By Slug : Allows to display the details of a tag with the slug

Build with

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/KristenJestin/administrative-documents-api.git
  2. Migrate database
    dotnet ef database update
  3. Start app
    dotnet run
  4. Install the web client part Administrative Documents Web Client

Roadmap

All future features are available on Trello.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kristen JESTIN - contact@kristenjestin.fr

Project Link: https://github.com/KristenJestin/administrative-documents-api

About

Web application allowing to store, in a secure way, administrative files (Back End).

Topics

Resources

License

Stars

Watchers

Forks

Languages