Skip to content

friendly-fly/SRM-deployment

Repository files navigation

SRM: a Customer Relationship Management application

A application to manage and maintain student details in a college.

Requirement

Frontend,

  • ReactJs

Backend

  • MERN Stack (MongoDB, Express, ReactJS, NodeJS)

Management

Add sub apps,

git submodule add <remote_url> <destination_folder>

Get sub apps,

git submodule update --init --recursive

Fist, fetch submodule commits individually then,

Update sub apps,

git submodule update --remote --merge

END