Skip to content

gchalikio/veins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veins

Packaged Node.js REST API, ready to use with major databases.

Choose the database you need and prepare your API in a single command.

Featuring simple route and controller examples that you can fully customize and extend.

Installation

Clone or download the repository.

  • $ cd node-veins
  • $ npm run veins-init
  • $ npm install
  • $ npm start

Database Integrations:

  1. MongoDB
  2. Firebase
  3. Mysql
  4. PostgreSQL
  5. Oracle
  6. SQL Server

Features

  • Routing
  • Models
  • Controllers
  • Configuration
  • Views

Database Schema

A simple database schema of products with a name and a price. Example in JSON:

 {"products": [
    {
        "name": "Banana",
        "price": 10
    },
    {
        "name": "Apple",
        "price": 20
    },
]}

Examples

Tutorial

License

Veins is MIT licensed.

About

Packaged Node.js REST API, ready to use with major databases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages