Skip to content

ancoreraj/AncoreCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

AncoreNotes

About The Project

  • Web app to share gfg problems solutions.
  • Secret Admin panel to upload the solution.
  • Search for a particular problem.
  • Upload codes through github gist.

Installation

  1. Fork the repo(required), a star is also appretiated but optional :P

  2. Clone the forked repo

    git clone https://github.com/{your-github-username}/Notespuker.git

    example : git clone https://github.com/ancoreraj/Notespuker.git

  3. Install NPM packages

    npm run install-modules
  4. Start the react and nodejs server concucrrently

    npm run dev

Technology Used

Fronted - Ejs

Backend - Nodejs

  • ExpressJs - For Routing
  • PassportJs - For Authentication
  • Mongoose - Relationship between Database(MongoDB)

Database - MongoDB