fac-17 / Week-6-BHKM-

Database project
https://bugbear.herokuapp.com/
0 stars 3 forks source link

Week-6&7-BHKM-

Database project

Andy, Christine, Emmanuel, Martha

Team BHKM - Bugbear

Project

Requirements


code of conduct

Idea

MVP

Stretch goals

TO-DO

TO-DO / Process

Frontend

Backend

Database:

Log in
Register

Code of Conduct


How to create local test database

Hash - Server side - turns plain text password into hashed string of characters Link: https://github.com/foundersandcoders/ws-password-management

Salt - Random set of characters that generated by decrypt to make it difficult to decrupy usin ghte rainbow table Link: https://github.com/foundersandcoders/ws-password-management

Cookie - A cookie is a piece of data that your server, sends back to the browser, which the browser will then keep, and attach to every future request to that domain. Link: https://github.com/foundersandcoders/ws-cookies

Useful Tips

Add new table to database - node src.database/db_build.js SELECT FROM new added table