man-goat / rounders-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rounders

Rounders API

This repository implements a RESTFul API for our CS304 project - it is scrappy and bootstrapped just for the course.

Setting up project

With Docker

[TODO]

Without Docker

Package requirements for your machine:

  • node v8.x.x or v9.x.x
  • npm v6.x.x or newer
  • Yarn v1.3 or newer

Setup

# Clone the repository
$ git clone https://github.com/mehtamanan/dao-core.git

# Install local node dependencies:
$ npm i

# To run
$ npm run dev

About


Languages

Language:JavaScript 81.7%Language:Dockerfile 11.5%Language:HTML 4.2%Language:Makefile 2.6%