Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 731 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 731 Bytes

LOR-Charusat

Automating the process of Letter of Recommendation for CHARUSAT

Tech Stack: React, Tailwind, Express, MySql, GraphQl

Installation

  1. Frontend (pwd: LOR-Charusat)
cd client
yarn install
touch .env
cp .example.env .env

Update .env and then yarn start

  1. Backend (pwd: LOR-Charusat)
cd server
yarn install
touch .env
mkdir uploads
cp .example.env .env

Update env and then yarn start

  1. Make sure MySQL service is active, to create schema use "server/database.sql"
  2. That's it start geeking, checkout CONTRIBUTING.md to contribute to this repo 🤓🤓