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

https://github.com/jaykobw/keep-clone-api

Google keep clone API with Node, Express and Postgres
https://github.com/jaykobw/keep-clone-api

express nodejs sequelize sql typesctipt

Last synced: 2 months ago
JSON representation

Google keep clone API with Node, Express and Postgres

Awesome Lists containing this project

README

          

## Install the dependencies

```bash
npm install
```

### Start the app in development mode (error reporting, etc.)

```bash
npm run dev
```

### Start the app in production mode

```bash
npm run prod
```

### Lint the files

```bash
npm run lint
```

### Format the files

```bash
npm run format
```