Skip to content

sidiousvic/oats

Repository files navigation

Oats 🤑

Oats is a slick notes app. ✏️ 👍🏼


Develop

Cloning and installing dependencies


git clone https://github.com/sidiousvic/oats.git
yarn

Setting up the backend


Make sure to have psql installed.

Bash into psql and create a database called oats.

Also create a database oats_test for the tests to use.

psql
CREATE DATABASE oats;
CREATE DATABASE oats_test;

Create an .env file and add your psql credentials.

touch .env
DB_USER=<yourUsername>
DB_PW=<yourPassword>

Firing up development


Start the backend server.

yarn serve

Start the frontend server.

yarn dev

Hack away! 👽👍🏼🔥


Questions? 👉🏼 vic@sidiousvic.dev