omgaz / api

NodeJS Express API Sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api

NodeJS Express API Sandbox



Motivation

I'm constantly finding I need an API for a side project; or want to try out some new ideas; or want to learn something new. Instead of going through the motions of setting up a 'half-hearted' API each time - I thought I would create a "sandbox" that I can use for any of them.

Usage

npm install
npm start

Dependencies

  • NodeJS - LTS v12.13.0

  • ExpressJS - Fast, unopinionated, minimalist web framework for Node.js

  • Nodemon - Nodemon is a utility that will monitor for any changes in your source and automatically restart your server

About

NodeJS Express API Sandbox

License:MIT License


Languages

Language:JavaScript 100.0%