Skip to content

eireland/cc-logmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC-LogManager

A barebones Node.js app using Express 4.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/eireland/cc-logmgr.git # or clone your own fork
$ cd cc-logmgr
$ npm install
$ npm start

To start local server

$ heroku local web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Need to add

  1. Export to CSV
  2. Export to CODAP

About

For Concord Consortium logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published