Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 6.07 KB

README.md

File metadata and controls

33 lines (25 loc) · 6.07 KB

MUDMS · GitHub license

Multi-user dictionary management system is an application that will allow you to organize all your notes in one place. Thanks to the dictionary system, it will be possible to divide entries into different dictionaries and easily manipulate them.

▶ (note that app use free instance that spins down with inactivity that can delay first request by 50+ seconds)

🖥️ Screenshots

Check how it looks

Dictionaries Entries Settings

Installation and run locally

Start postgresql, install dependencies and run app

Requires Node.js v14+ to run.

1.Make sure you have Node.js, Docker Desktop and Git installed! 2.Start Docker Desktop 3.Start server and client from root directory:

$ make all