alexandriatech / open-sideways-dict

A clone and open source for sideways dictionary.
1 stars 1 forks source link

Open Sideways Dictionary

a clone and open source for sideways dictionary.

Some tech/stack we use

proposed erd tables

https://app.lucidchart.com/invitations/accept/22b5790c-c49b-4d64-ac9e-cb95a391a874

Install

Server

# from the root folder
yarn install
cp .env.example ./server/.env
# fill out ./server/.env
#if you don't have a db made
yarn server db:create:all
yarn server db:migrate:all
yarn server db: seed
yarn start:server

Client

# from the root (it should have been installed before)
yarn install
yarn start:server