- Frontend (pwd: LOR-Charusat)
cd client
yarn install
touch .env
cp .example.env .env
Update .env and then
yarn start
- Backend (pwd: LOR-Charusat)
cd server
yarn install
touch .env
mkdir uploads
cp .example.env .env
Update env and then
yarn start
- Make sure MySQL service is active, to create schema use "server/database.sql"
- That's it start geeking, checkout CONTRIBUTING.md to contribute to this repo 🤓🤓