This web application is a tool to visualize your timetable for the students of VIT Vellore & Chennai to help with FFCS course registrations..
- PostgreSQL: Relational database
- Prisma:ORM
- Nest.js: open-source, back-end framework for Node.js and TypeScript.
- bcrypt: A library to help you hash passwords.
- Swagger: API documentation.
- Redis: The open source, in-memory cache data store
- React: most popular front-end library
- TailwindCSS : modern CSS framework and its component library
Follow these steps to run the app locally.
POSTGRES_URL: your postgres URL
git clone https://github.com/Midas847/FFCS.git
cd ffcs
npm install
npx prisma migrate dev --preview-feature
docker-compose up -d
cp .env.example .env
npm run start:dev
git clone https://github.com/Midas847/FFCS.git
cd ffcs-fontend
npm install
npm start
- deploying
- make the admin portal