- Web app to share gfg problems solutions.
- Secret Admin panel to upload the solution.
- Search for a particular problem.
- Upload codes through github gist.
-
Fork the repo(required), a star is also appretiated but optional :P
-
Clone the forked repo
git clone https://github.com/{your-github-username}/Notespuker.git
example :
git clone https://github.com/ancoreraj/Notespuker.git
-
Install NPM packages
npm run install-modules
-
Start the react and nodejs server concucrrently
npm run dev
- ExpressJs - For Routing
- PassportJs - For Authentication
- Mongoose - Relationship between Database(MongoDB)