- Create a MySQL database
- Create a
.env
file in the root of the project - Fill it with the following variables:
DB_HOST
: most likelylocalhost
DB_PORT
: most likely3306
DB_DATABASE
: the name of the created databaseDB_USERNAME
: your MySQL usernameDB_PASSWORD
: your MySQL password
- Install dependencies
npm install
- Run the server
npm run start:dev
- You can now make these requests:
POST localhost:8000/new-kid?<name>
GET localhost:8000/kid-details?<id>
-
Notifications
You must be signed in to change notification settings - Fork 0
ej-shafran/kid-cases-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published