All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Implementing Redirect function and adjusting response function
- Adjusting loadFile and serverStaticDirectoriesto read from project base directory not from inside node_modules
- Implementing Error handler and loadFile function
- Adjusting the serveStaticFiles function
- Adjusting jest config file
-
Implementing tests for Logger, Router and Server
-
Creating Simpler server README.md file.
-
Creating Simpler server response method.
-
Creating Simpler server methods to serve static files.
-
Creating Simpler server base structure (Server, Router and Logger) to deal with API routes.
-
Adding github actions, changelog and readme files.