Skip to content

MihaChicken/note-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes server

Simple REST api server for serving notes

Stack:

  • Node.js
  • Express
  • Sequelize

Installation:

  • npm install
  • npm install pg pg-hstore || mysql || sqlite3 || tedious (based on db, see sequelize config)
  • npm run init:db
  • pass DB configuration into generated config/config.js file
  • npm run migrate:db
  • node index.js

By default server will listen port 8081. To change port number just pass SERVER_PORT environment variable.

About

Simple REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published