Festify is a free and open-source framework for building fest management websites for colleges and universities. It is a one-stop solution for all the fests related activities. It is built with the MERN stack and is highly scalable and customizable.
-
Frontend
- React (CRA)
- Redux
- Redux Toolkit
- CSS
-
Backend
- Node.js
- Express
- MongoDB
- Mongoose
-
Package Manager
- npm
- Node.js
- npm
- MongoDB
- Clone the repo
git clone https://github.com/we-festify/festify.git
- Install NPM packages
npm install
-
Create
.env
files in the directories and add the fields mentioned in the.env.example
files. -
Run the client and server simultaneously in different terminals
cd client-web
npm start
cd server
npm start
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's CODE_OF_CONDUCT.md
.
Distributed under the Apache License 2.0. See LICENSE
for more information.