knofler / api

This is the node api gateway for react app, connects to mongo database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  2. Clone this repo
  3. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  4. Run npm install in order to install dependencies.
    At this point you can run npm start to see the app at http://localhost:8000.
  5. Run npm run generate to generate api controllers, routes and models for the project.
  6. Run npm run build and npm run build:server to build the production app.

About

This is the node api gateway for react app, connects to mongo database.

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.7%Language:CSS 0.1%Language:Dockerfile 0.0%