Skip to content

Starter for Project 2 - Node, Express, Mongo

Notifications You must be signed in to change notification settings

mingyikoh/project-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project #2: Biblio-File

Created by: Ming Yi Koh

Link to Biblio-File!


Overview

Biblio-File is a platform that aims to help avid readers record, take notes and review books that they've read.


Technical Documentation

  • Coding Theory
  • Future Possible Updates
  • Coding Sequence
  • Acknowledgements

Coding Theory

Due to time constraints, the project was greatly simplified. The main aim was to create a functional CRUD for the users. If time allowed, we would utilise Google Books API to search for book titles and allow for readers to record the books that they've read.

Future Possible Updates

  • Add reviews
  • Add ratings

Coding Sequence

  1. Install and require all necessary modules
  2. Create main handlebars
  3. Create User models
  4. Do up basic user registration and login function
  5. Set up passport/sessions
  6. Create routes
  7. Do up basic CRUD for user
  8. Find Google Books API
  9. Add books read to user DB

Acknowledgements

  • Shumin Huang (TA)
    For the help and advice rendered through personal consultations, especially for taking the time to help cover and making sure I understand the topics that were taught while I was away.

  • Prima Aulia (Lecturer)
    For the patience and assistance given over the course as well as the effort to tailor my project MVP based on my progress over the days.

About

Starter for Project 2 - Node, Express, Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • HTML 26.9%