-
Notifications
You must be signed in to change notification settings - Fork 1
Basic Node and Express #30
Copy link
Copy link
Open
Description
rafaelgeronimo
opened on Aug 30, 2018
Issue body actions
- Meet the Node console
- Start a Working Express Server
- Serve an HTML File
- Serve Static Assets
- Serve JSON on a Specific Route
- Use the .env File
- Implement a Root-Level Request Logger Middleware
- Chain Middleware to Create a Time Server
- Get Route Parameter Input from the Client
- Get Query Parameter Input from the Client
- Use body-parser to Parse POST Requests
- Get Data from POST Requests
Reactions are currently unavailable