Oats is a slick notes app. ✏️ 👍🏼
Develop
git clone https://github.com/sidiousvic/oats.git
yarn
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>
Start the backend server.
yarn serve
Start the frontend server.
yarn dev
Hack away! 👽👍🏼🔥
Questions? 👉🏼 vic@sidiousvic.dev