A platform that organizes project ideas and manages project implementation built using MERN stack.
Checkout the demo at https://paradigm.onrender.com/
Paradigm is built using the following:
- React
- React-Bootstrap
- Redux
- MongoDB
- NodeJS
- Express
- Bcrypt
- JWT
- Download or clone the repository
- Add a .env file in root directory with
PORT,DATABASE_URL,NODE_ENV&JWT_SECRETas keys. - Run
npm installto install backend dependencies. - Go to
clientfolder and runnpm installto install frontend dependencies. - Run
npm buildto make a production build of the frontend. - Go to the root directory and run
npm run devto start the project locally.
MIT License @kalpadhwaryu