Skip to content

Express.JS server that accepts a thought from the NuThoughts app and create a markdown file in the specified folder.

License

Notifications You must be signed in to change notification settings

decaf-dev/nuthoughts-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuThoughts Server

Express.JS server that creates atomic markdown notes

Installation

Install Node.JS

Once installed, globally install yarn

  • npm install -g yarn

Now install all dependencies

  • yarn install

Create an .env file based on the .env.example

  • cp .env.example .env

Now add a value to each variable in the environment file

Usage

Development

  • yarn run dev

Production

  • yarn run build

  • yarn run start

Test

  • yarn run test

About

Express.JS server that accepts a thought from the NuThoughts app and create a markdown file in the specified folder.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published