E-Commerce // Group project
This is the group-project for ''Grupp tre''. We've decided to create an e-commerce site.
This will be done from scratch, inspiration taken from some of our own favorite websites.
We will be using Javascript, other technologies such as database, styling (TailwindCSS) or standard CSS is yet to be decided by the group.
❗MERGING PR RULES: ❗
-
Publish branch when work is done. Add Jonathan or another member as a code reviewer ⌛
-
Code reviewer examines code, if changes is necessary. Reviewer sends back the PR to the responsible programmer. 🛑
-
Programmer do the necessary adjustments, creates a new commit, pushes it again. Then tell the reviewer to take another look at the refined code.
-
Reviewer examines the code, if everything looks good. Approve it. ☑️
-
Merge PR (Pull request) to the main/master. Delete the old branch.
-
Last step, do a git pull in main/master branch in VSCode to make sure everything works. 🏁
❗ All created branches should be named related to the task. Such as ''Feature/XXX'' ''Fix//XXX'' ❗
Install dependencies
npm install
npm i nodemon
npm i better-sqlite3
npm install express-session
npm install connect-sqlite3
npm install bcrypt
npm install multer