Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
/ gemex-api Public archive

API for The Gem Exchange community site. Built in Express.

Notifications You must be signed in to change notification settings

the-gem-exchange/gemex-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Gem Exchange API Server

To run, you will need:

  • A MongoDB server connection
  • NodeJS

Running the API locally

  • Start MongoDB with command mongod
  • Start the API with command node server.js
  • To automatically restart the server as changes are made, start the server with nodemon instead:
  • Install: npm install -g nodemon
  • Run: nodemon server.js

About

API for The Gem Exchange community site. Built in Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published