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 install
using command prompt or terminal. If an error occurs, try running thenpm install
again. - Test the project by running
npm run dev
with 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 asserve
but with hot reload.
Please note that there are currently no tests for this project.