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
- Host: GitHub
- URL: https://github.com/jaykobw/keep-clone-api
- Owner: jaykobw
- Created: 2024-10-01T17:52:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:48:01.000Z (over 1 year ago)
- Last Synced: 2025-06-03T18:52:03.934Z (10 months ago)
- Topics: express, nodejs, sequelize, sql, typesctipt
- Language: TypeScript
- Homepage:
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```