tkaratug / express-api-boilerplate

Express boilerplate for building RESTful APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Boilerplate

This is Boilerplate/Starter project for building RESTful APIs and microservices using Node.js, Express and MongoDB.

Features

Getting Started

# clone it
git clone git@github.com:tkaratug/express-api-boilerplate.git
cd express-api-boilerplate

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Run
npm start

License

MIT

About

Express boilerplate for building RESTful APIs

License:MIT License


Languages

Language:JavaScript 100.0%