Skip to content

ArtuGit/NodeJS-Rest-API-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Rest-API-Demo

Source

This project is based on RESTful API Node Server Boilerplate and extends the functionality by groups.

Added Feature - Groups

  • Users can create and manage their groups
  • Admin can manage groups
  • A group can be public or private
  • A user can add herself to any public group
  • All public groups can be requested
  • Private groups can be requested by group admins

Developments