Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.67 KB

VocaBook

A node application to boost up your vocabulary.

Hi, There. VocaBook is the free node application that helps you in enhance your vocabulary. This initially was a RestAPI, but for the user convinence I've added a basic GUI to it.

Setting up the project

Make sure that Mongodb and Node.js is installed.

To check open terminal and run node --version and it should print the version of node For mongoDB run mongo --version and it will print the mongoDB version.

  • Setup the project
  • Add basic routes
  • Implement basic PUG templates
  • setup and Connect to MongoDB [Mongoose]
  • Implement Register routes.
  • Implement Login Routes
  • Start with frontend
  • Done with home and about page
  • Implemented login and register pages
  • Styling to project and optimization
  • look for security breach and bugs
  • [] Implement Login Routes