blaiseirakoze / GERS-backend

Government Enterprise Repository System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GERS Backend

Description 📜

Government Enterprise Repository System

Dependency

  • Tools and technologies
    Node
    Express

Responses

On success

{ "status": 200, "message": "success-message", "data": { ... } } ​

On error

{ "status": 400, "message": "error-message" } ​

Getting started

  • Clone the project
    > git clone <url>
  • Navigate to the project repository
    > cd GERS-backend
  • Generate .env
    > copy .env.example .env
  • Install
    > yarn install or npm install
  • Run
    > yarn start or npm start

Documentation 📝

    none

© Blaise Irakoze

About

Government Enterprise Repository System


Languages

Language:TypeScript 61.4%Language:HTML 18.4%Language:Handlebars 11.0%Language:JavaScript 9.1%