Introduction • Key-Feature • Requirements • Installation
PClub website is a project developed with NodeJs framework and vanilla CSS to implement a user-friendly interface including user and admin front end and database connectivity.
- Vanilla CSS ⟶ Easier to maintain and update. Lightweight code.
- Filepond ⟶ User friendly file drag and drop system with preview.
- MongoDB ⟶ Faster than sql database to reduce the execution time.
- Carousel ⟶ Slideshow for poster and images.
- Email Subscription ⟶ Get user a chance to connect with PCLub in order to receive updates.
- Responsive Template ⟶ Compatible for multiple types of device(Mobile, Laptop, Desktop, Tablet).
- Node Js version v12.18.0 or higher. See here for install instructions.
- NPM version 6.14.4 or higher. See here for install instructions.
- Download our latest release from the Releases section.
- Unzip the downloaded zip file.
- Clone the repository
git clone https://github.com/mrparth23/PClub-Website.git
cd PClub
- Build all the modules from package.json. npm is our build system.
npm install --save
- If you want to use project as "Production"
npm run start
- If you want to use project as "Development"
npm run dev