macrusso / node-express-restful-api

Simple API to handle React Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node RESTful API

macrusso

Main part of this application was created around July of 2018. It has some outdated patterns and solutions. I decided to reuse it to play with Docker and Kubernetes.

Basics

  • node
  • express
  • mongo db
  • babel

Testing

  • mocha
  • chai

Front-end

Installation

Before start, clone the repository.

Then in the command line, run:

$ cd node-express-restful-api
$ npm install

Get mongo db, with brew:

$ brew install mongodb

To start server, run:

$ mongod
$ npm run dev

Server will be listening on localhost:8080

About

Simple API to handle React Blog


Languages

Language:JavaScript 98.5%Language:Dockerfile 1.5%