A place to share your sight with the world
- NodeJS
- MongoDB server
- Clone the repo
git clone https://github.com/shadmansaleh/Cuet-Photographic-Society
- Run setup (One-Time): This will install dependencies and setup required files.
npm run setup
-
Configure setup (One-Time): You'll need to fill out
backend/.env
andfrontend/.env.local
with your information. Read the comments in those files to see what you need. -
Insert seed data in database (One-time):
npm run seed
- Start server: This will run the react frontend in port 3000 and backend on port 5000. You can access the site with localhost:3000
npm run dev
- Clone the repo
git clone https://github.com/shadmansaleh/Cuet-Photographic-Society
- Run the docker image
docker compose up -d
- Insert seed data in database (One-time):
npm run seed
- Visit the website
You can check it out at deployment.
Web project for CSE-356 (Software Engineering Sessional)