create API server

This commit is contained in:
Takeshi Kimata
2024-02-04 12:05:06 +09:00
parent 182f021b39
commit cdaa99b89a
7 changed files with 1388 additions and 0 deletions

View File

@@ -1 +1,19 @@
# Test Case Manager Backend
## Technologies
- Node.js
- Express
- MySQL
## Install dependencies
```bash
npm install
```
## Run the development server
```bash
node dev
```