Vitormdias / Node-Starter

A starter for a project using Node, Express and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STARTER REST API

contributions welcome Build Status Code Climate codecov

A starter for a REST API using Node and Express

How to run the project:

  • First download the project:
    git clone https://github.com/Vitormdias/node-starter.git
    cd Node-Starter
    npm install
  • The scripts are:

    • Run the project
        npm run dev
    
    • Run the tests:
        npm run test
    

This is just a simple starter if you have any ideas to make it better, please feel free to open issues and send Pull Requests

About

A starter for a project using Node, Express and MongoDB

License:MIT License


Languages

Language:TypeScript 84.8%Language:Dockerfile 15.2%