Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 726 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 726 Bytes

UwUTask

A simple (test) task manager API server built using express, sequelize, winston, and typescript.

Getting Started

To get started with UwUTask, follow these steps:

  1. Clone this repository to your local computer.
  2. Navigate to the repository on your local computer.
  3. Run npm install using command prompt or terminal. If an error occurs, try running the npm install again.
  4. Test the project by running npm run dev with REST clients.

NPM Commands

  • npm run build - compiles TypeScript to JavaScript.
  • npm run serve - builds and runs the project (default port is 8080).
  • npm run dev - the same as serve but with hot reload.

Please note that there are currently no tests for this project.