Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.
/ persist Public archive

Student Alumni tracker. An Open Source for Good initiative.

Notifications You must be signed in to change notification settings

freeCodeCamp/persist

Repository files navigation

NYC Outward Bound

Description

An open source data management tracking system originally built for NYC outward bound to allow them to track their leavers.

Running For the First Time

Prerequisites

  • Make sure mongodb server is installed and running

Start server

  • cd into the project directory
  • Run npm i to install dependencies
  • Run - cp sample.env .env and fill env values in .env file (MONGODB_URI value for development could be - "mongodb://localhost:27017/")
  • Start server - "npm run watch"

Import production data

Run npm run import YOUR_TAR_FILE_NAME

Notes:-

About

Student Alumni tracker. An Open Source for Good initiative.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages