Skip to content

deliso/alcally

Repository files navigation

Commitizen friendly

Alcally

Alcally is a modern task management tool for legal corporate obligations.

Based on the details of a given company initially provided by the user, Alcally automatically generates a list of the legally required actions to be performed by the management of the company (e.g. submit annual accounts, renew members of the board, etc.). The app also features a dashboard showing upcoming actions, overview of the current board members and other relevant details of the company.

alcally-screenshot-1

alcally-screenshot-2

alcally-screenshot-3

Tech stack

TypeScript React Material UI Firebase PostgreSQL Prisma Express

Getting started:

  1. Generate .env files based on the .example.env files provided

  2. Install root folder dependencies

npm i
  1. Run server:
cd server
npm i
npx tsc --watch
npx nodemon dist/server/index.js
  1. Run client:
cd client
npm i
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published