Skip to content

Max-Z80/magazineKeepr_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagazineKeepr

This project called magazinekeepr_backend is the backend of magazineKeepr.

The backend interfaces with the rest of the world via a REST API. It handles the query, creation and update of articles and magazines from/to a mongoDB instance. The app runs with nodejs.

Requirements

  • nodejs >=10
  • a running instance of mongoDB

Installation

First install all required dependancies

npm install

then configure the app (see section Configuration)

then start the app

npm start

Configuration

To do

Conception

The folder doc coontains a glossary and other usefull source of information such as UML diagrams to the interested devs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published