All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Added a
docker-compose.yml
file to spin a mysql container for development purposes. - Added command to run knex migrations.
- Restructured project by putting everything under the
/src
directory. - Removed extra dependencies that may have not been needed by everyone.
- Initial Release