Skip to content

shiffman/itp-resource-collector-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITP Resource Collector API

This is a repo for the backend server, db, and api for the [itp-resource-collector].

It is a general purpose REST API for serving up data, submiting resources, and handling user auth.

Setup

In the following order...

  1. Install the dependencies. In terminal windown #1
npm install
  1. Run Mongodb. In terminal windown #2
mongod
  1. Load up some data. In terminal windown #1
npm run importCodingTrain2Mongo
  1. Run the servern In terminal windown #1
npm start
  1. Test a request In terminal windown #3
# Retrieves a list of all the coding train tags
curl -i http://127.0.0.1:5000/api/tags

About

backend server, db, and api for the itp-resource-collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%