A simple (test) task manager API server built using express, sequelize, winston, and typescript.
To get started with UwUTask, follow these steps:
- Clone this repository to your local computer.
- Navigate to the repository on your local computer.
- Run
npm installusing command prompt or terminal. If an error occurs, try running thenpm installagain. - Test the project by running
npm run devwith REST clients.
npm run build- compiles TypeScript to JavaScript.npm run serve- builds and runs the project (default port is 8080).npm run dev- the same asservebut with hot reload.
Please note that there are currently no tests for this project.