Skip to content

ArtuGit/NodeJS-Rest-API-Demo

Repository files navigation

NodeJS-Rest-API-Demo

Demo

https://rest-api-demo.itcross.org/v1/docs

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