An open API service indexing awesome lists of open source software.

https://github.com/danielbello7/simple-node-api

Simple express server for quick projects, testing setup
https://github.com/danielbello7/simple-node-api

battries-included express server setup test testing

Last synced: about 1 month ago
JSON representation

Simple express server for quick projects, testing setup

Awesome Lists containing this project

README

          

# SIMPLE EXPRESS SERVER

## WHAT?
A simple express server with some necessary batteries included.

## WHY?
1. When needed to startup a quick project
2. When needed to perform server testing
3. When needed for service testing
4. When needed for staging environment use/setup

## BATTERIES INCLUDED
1. Logger
2. PM2 deployment ready
3. Constants setup
4. Routes separation
5. App and Server separation
6. Alias Setup
7. Environment Configuration setup