Skip to content

Commit

Permalink
update readme intro
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed May 1, 2020
1 parent 3fae49c commit 76c359a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Basic Webpack Server App
# Template Webpack REST Server

This is meant to be an example of how to use Webpack in the Backend for rapid development of an API server
with endpoints for managing requests and connections to other servers and/or database/storage tools.
Template and Example using Webpack for rapid development of an REST API server with endpoints for managing requests and connections to other servers and/or database/storage tools.

This example can also be used to quickly create a server with your own endpoints to do whatever you would like
on any requests (either user/interaction based, or with a cron job to make it on a scheduled basis)
This example can also be used to quickly create a server with your own endpoints to do whatever you would like on any requests (either user/interaction based, or with a cron job to make it on a scheduled basis)

## Dependencies
Node v10+ and npm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1.0",
"name": "HapiRESTServer",
"description": "Template for Hapi Rest Server",
"name": "Template-HapiRESTServer",
"description": "Template for Hapi REST API Server",
"keywords": [
"template",
"hapi",
Expand Down
1 change: 0 additions & 1 deletion scripts/README.scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Process:


## Github Actions

We setup github actions on this project so we can enforce actions/checks and workflow processes on github.

### On Master PR
Expand Down

0 comments on commit 76c359a

Please sign in to comment.