A simple notetaking app built using React/node/SQL/redux/graphQL tech stack. Design is inspired by Google Keep.
Run npm install
&& npm run dev
.
Client will be hosted at localhost:3000.
- 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
- Run
npm install
&&npm run dev
Server will be hosted at localhost:4000.
To build production Docker containers, run docker-compose up
in the root folder.