abramsotocinal / node-api

Nodejs REST API base system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node REST API Base System

Base system for Nodejs REST API. Use as base system for future API projects.

Getting Started

Project Structure

'''

/
├── README.md
├── app
│ ├── app.js
│ ├── controller.js
│ ├── db.js
│ └── model.js
├── package.json
└── server.js

'''

Prerequisites

Nodejs

README.md to be updated soon

About

Nodejs REST API base system


Languages

Language:JavaScript 100.0%