-
markdown (github flavored)
-
Go backend
-
quick start with:
docker-compose up -d --remove-orphans --build
-
uses
.env
for configuration:DB_PROVIDER=mongodb
-
database providers:
-
MongoDB 4.x
-
install dependencies with:
-
go mod tidy
-
yarn install
-
run locally with:
uvicorn main:app --reload --log-level debug
-
create
notes
index with:curl -s -XPUT http://localhost:9200/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Notes Manager
License
wasilak/notes-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Notes Manager