Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

int64ago/mdnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDNote

A simple cloud notepad, nothing else...

Let's make a note!

How to run

Node

  • npm i
  • MONGODB_URI=<MONGODB_URI> node app.js

Docker

docker run -d -e MONGODB_URI=<MONGODB_URI> \
-p 80:3000 \
int64ago/mdnote

Releases

No releases published

Packages

No packages published