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
- Host: GitHub
- URL: https://github.com/danielbello7/simple-node-api
- Owner: DanielBello7
- Created: 2024-02-04T14:31:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T01:55:16.000Z (over 2 years ago)
- Last Synced: 2025-04-02T19:16:53.720Z (about 1 year ago)
- Topics: battries-included, express, server, setup, test, testing
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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