Skip to content

5ud03r5/wikinotes2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

WikiNotes2.0 will be an improved version of my previous unfinished WikiNotes project. It aims to be a platform to allow engineers share knowledge in terms of articles and notes. It also allows for easy article/note search with easy markdown syntax based creation.

Installation

WikiNotes tool requires you to have docker installed on your workstation/server. First clone git repository, then run following command from root project directory:

docker compose up 

It will run docker containers (backend, frontend and postgres db)

If you dont want to use it as a docker, but instead use your own postgresql database, you can clone repository and modify line 9 in backend/db/database.py with your postgresql settings