Skip to content

kiwipxl/keep-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

React full-stack notes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published