Oats is a slick notes app. ✏️ 👍🏼
Details
Develop
git clone https://github.com/sidiousvic/oats.gityarnMake 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.
psqlCREATE DATABASE oats;
CREATE DATABASE oats_test;Create an .env file and add your psql credentials.
touch .envDB_USER=<yourUsername>
DB_PW=<yourPassword>
Start the backend server.
yarn serveStart the frontend server.
yarn devHack away! 👽👍🏼🔥
Questions? 👉🏼 vic@sidiousvic.dev
