Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.