Skip to content

marcuskjerner/snippshelf

Repository files navigation

SnippShelf

Instructions.


To run on your own MongoDB instance:

  • Create a '.env' file in the root of the project.
  • Add your connection string to the file as MONGO_CONNECTION_STRING
  • Add a your secret string for the Session Middle as MONGO_SESSION_SECRET
  • Run with npm start.
  • or -
  • Add the MONGO_CONNECTION_STRING, MONGO_SESSION_SECRET as env variables.
  • Run with npm start.

Preview

A running version of the Application can be found at snippshelf.herokuapp.com. (The database will reset every 24 hour.)

About

Simple CRUD application for storing code snippets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published