Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 389 Bytes

File metadata and controls

34 lines (22 loc) · 389 Bytes

Project_Management_Server

PROJECT SETUP

  • Initialize a database with MySQL and get connection string

Using bun:

To install dependencies:

bun install

To create env file:

bun run createEnv
Go into the env file and setup key

To run:

bun run dev

TODO

  • Data validation with joi
  • tests (Ensure duedate cannot be in the past)