An open API service indexing awesome lists of open source software.

https://github.com/mskoroglu/express-contacts


https://github.com/mskoroglu/express-contacts

Last synced: 9 months ago
JSON representation

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)