Skip to content

pooja1425/SESTA-FMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SESTA-FMS

Project Description

Sesta uses a technology solution to track the following:

  • Track livelihood activities of the community service providers
  • Loan management system to track the loan repayment process

Installation

Frontend

  • Technology used: ReactJS
  • Steps for project setup:
    • Create a file .env

    • Copy contents of file .env.txt to file .env

    • In terminal use commands below:

      cd webapp

      npm install

Backend

  • Technology used: Strapi.io
  • Database: PostgreSql
  • Steps for project setup:
    • In terminal use commands below:

      cd backend/strapi

      yarn install

    • Configure Database settings in /backend/strapi/config/environments/development/database.json

    • In terminal use commands below:

      yarn build

      yarn develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 3.6%
  • HTML 2.8%