Skip to content

dpundir/society-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

society-app

This application is for financial Societies which sum up money and lend money to its members.

This application provides:

  • interface to view member details
  • interface to deposit on behalf of member
  • interface to view member summary
  • interface to view society deposits and expenditure

    Developer Section:

    This project is already created through expressjs
  • goto "society" directory
  • run "npm install"
  • start application on windows run "set DEBUG=society:* & npm start"

    Application-Database Integration:

  • UI should call $http service on "localhost:3000"
  • REST routes are defined in "/society/routes/users"
  • routes should be "/rest/\/\" like for "address" full path should be "http://localhost:3000/rest/get/address"
  • routes are generic
    "/rest/post/\"
    "/rest/get/\" and "/rest/get/\/:id"
    "/rest/put/\" and "/rest/put/\/:id"

    Database Section:

  • database files are stored in "/society/database" path
  • society-app.sql contains table/view definition and data