Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
/ lightshelf-api Public archive

An express based back end for maintaining a library

Notifications You must be signed in to change notification settings

rrudd/lightshelf-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightshelf-api

An express based back end for maintaining a library

Setup

In order to run this project MongoDB, node.js and npm need to be installed and working.

Make sure you have an instance of MongoDB running, either locally or through a sevice such as mLab.

You will also need to set two new environment variables: LIGHTSHELF_DB with the url to the MongoDB instance and LIGHTSHELF_SECRET with your own secret key for JWT authentication. Alternativelly you can just enter them as strings in config.js.

After this, user npm install and npm start to run the service normally.

About

An express based back end for maintaining a library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published