Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Run

To start the project in development mode, follow these steps:

  1. Copy the environment example file:
cp .env.example .env
  1. (Optional) Update admin credentials in the .env file.

  2. Start the project using Docker:

docker compose up -d

This will start all services in the background and make them ready to use.


Admin Credentials

The .env file contains default admin credentials that are used to access the system. You can change them to whatever you want:

ADMIN_USERNAME=admin_user
ADMIN_EMAIL=admin@email.com
ADMIN_PASSWORD=admin_pass

Examples

The ./example folder contains sample files for import:

  • .json — for Contracts and Persons
  • .csv — for Contracts and Persons

Use them to quickly test the import functionality.

About

Contract management system built with Go backend and Vue 3 frontend. Full-stack application for managing contracts and associated data with Docker deployment. Features admin authentication, data import/export (JSON, CSV), and TypeScript-powered UI. Designed for efficient contract organization and tracking.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages