Coder Social home page Coder Social logo

digi-synd's Introduction

DigiSynd

Description

DigiSynd is a comprehensive solution crafted for web agencies, offering a simplified approach to managing monthly union dues payments within apartment complexes. This intuitive platform aims to enhance the efficiency of payment processing while maintaining a secure and user-friendly experience for both administrators and users.

Table of Contents

Features

  • Payment Management: Simplify the handling of monthly payments for union dues.

  • Apartments Management: Simplify the management of apartments within a complex.

  • Web Agency Integration: Designed specifically for web agencies involved in managing apartment complexes.

  • User-Friendly Interface: An intuitive and easy-to-use interface for both administrators and users.

Installation

Prerequisites

Instructions

  1. Clone the repositories
    git clone https://github.com/6-ON/digi-synd && git clone https://github.com/6-ON/digi-synd-api 
  2. Install NPM packages (run this command in both the root directory and the backend API directory)
    npm install
  3. Create a .env file in the backend API root directory for and add the following environment variables:
    PORT=3000
    MONGODB_URI=mongodb://localhost:27017/digisynd
    SESSION_SECRET=secret
  4. Create a .env file in the root directory for the front-end and add the following environment variables:
    API_URL=http://localhost:3000/
  5. Start the api server
    npm start
  6. Start the front-end server
    npm run dev
  7. Open the application in your browser at http://localhost:3001

Usage

  • you need to create an admin account to be able to use the application, you can do that by running the following command in the backend API directory:
npm run create-admin
  • after that you can login as an admin and start creating syndicates users .
  • after creating a syndicate user you can login as that user and start creating apartments and managing payments.

Contact

digi-synd's People

Contributors

6-on avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.