Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 647 Bytes

keep-lite

A simple notetaking app built using React/node/SQL/redux/graphQL tech stack. Design is inspired by Google Keep.

App screenshot

Development

Client

Run npm install && npm run dev.

Client will be hosted at localhost:3000.

Server

  1. Download and install postgresql. Setup a local database and set the following environment variables:

PGUSER: your_username PGHOST: your_host PGPASSWORD: your_password PGPORT: your_port

  1. Run npm install && npm run dev

Server will be hosted at localhost:4000.

Building

To build production Docker containers, run docker-compose up in the root folder.