Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/briankarlsayen/note-app-server

restful api for note-app-client
https://github.com/briankarlsayen/note-app-server

expressjs postgre puppeteer sequelize

Last synced: 17 days ago
JSON representation

restful api for note-app-client

Awesome Lists containing this project

README

        

# Note app server

A restful api for [note-app-client](https://github.com/briankarlsayen/note-app-client).

## Technologies

- expressjs
- sequelize
- postgres
- puppeteer

## Getting started

- install dependecies

```
npm install
```

- generate secret keys, save the generated secret key(PUB_KEY, PRIV_KEY) to your .env file

```
node generateKeyPair.js
```

- create database

```
npx sequelize db:create
```

- apply migration

```
npx sequelize db:migrate
```

### frontend

note app frontend - [link](https://github.com/briankarlsayen/note-app-client)

### heroku deployment

- install heroku postgres addon