https://github.com/mskoroglu/express-contacts
https://github.com/mskoroglu/express-contacts
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mskoroglu/express-contacts
- Owner: mskoroglu
- Created: 2022-03-15T11:03:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T11:12:27.000Z (about 4 years ago)
- Last Synced: 2025-04-03T12:18:06.793Z (about 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-contacts
## Setup
### Environment variables
Update environment variables in [.env file](.env) if needed
### Create a MySQL database
```
docker-compose up -d
```
### Run the application and migrations
```
npm run start
```
### Seed the database
```
npm run seed
```
## Test the endpoints with Postman
You can find the sample Postman collection in
the [express-contacts.postman_collection.json](express-contacts.postman_collection.json)