Skip to content

notshanxx/hopecore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HopeCore

HopeCore

A simple system using Node.js, Express, and MongoDB. This system uses JSON Web Tokens, and Google OAuth to authenticate users.

This allows users to login using their Google Account. When a user logs in, they are given a JSON Web Token which is used to authenticate when adding quotes in the database.

done

  • added admin dashboard for making the quotes approved

Todo

  • Make user change their name
  • User can manage entered quotes (Update and Delete)
  • Design??? Maybe no