Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Student login hashing of password and salt working complete #5

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3e7a905
Forked Project
Yajme Oct 22, 2023
de22750
Deleted Redundant Files
Yajme Oct 22, 2023
f9f38f1
Create .gitignore
Yajme Oct 22, 2023
2afe506
commit db file
Yajme Oct 23, 2023
2554aeb
Merge pull request #1 from Yajme/Yajme-patch-1
Yajme Oct 23, 2023
e8372d0
Add files via upload
llenny18 Oct 23, 2023
a5f2dcb
Merge pull request #2 from Yajme/llenny18-patch-1
Yajme Oct 23, 2023
220a098
Backend and Frontend is segregated
Yajme Oct 24, 2023
32b9657
Merge branch 'main' of https://github.com/Yajme/Event-Management-System
Yajme Oct 24, 2023
7599a03
Merge pull request #4 from Yajme/Yajme-patch-1
Yajme Oct 24, 2023
1b81cfc
login for userstudents is now functional
Yajme Oct 25, 2023
8d58853
index js file
llenny18 Oct 26, 2023
4f887a3
Merge pull request #5 from Yajme/Yajme-patch-1
Yajme Oct 26, 2023
bace478
Delete Client/userlogin.html
Yajme Oct 26, 2023
df43c0b
Merge pull request #7 from Yajme/Yajme-patch-1
Yajmee Oct 26, 2023
2856271
Merge pull request #6 from Yajme/lleny18-version
Yajmee Oct 26, 2023
1dc818c
Update db_nt3102.sql
Yajme Oct 28, 2023
28cf188
Merge pull request #8 from Yajme/yajme-patch-1
llenny18 Oct 28, 2023
4e12e60
File structure organized, now rendering on ejs
Yajme Oct 28, 2023
91e67a7
ignored local files
Yajme Oct 28, 2023
8c94463
Branch merged
Yajme Oct 28, 2023
462f217
File structure organized, now rendering on ejs #9
Yajme Oct 28, 2023
e31fff7
Create README.md
Yajme Oct 29, 2023
170f486
Create README.md #10
Yajme Oct 29, 2023
e44fd88
segragation of styles to render in frontend
Yajme Oct 29, 2023
2766656
Merge pull request #11 from Yajme/Yajme-patch-1
Yajme Oct 29, 2023
aa7b60b
Adding dynamics to ejs pages, deleted unnecessary
Yajme Oct 30, 2023
1017d2c
Development version index.js
Yajme Oct 30, 2023
a46c2c2
Update index.js
Yajme Oct 30, 2023
f65b76f
Merge pull request #12 from Yajme/Yajme-patch-1
Yajmee Oct 30, 2023
831c52b
Student login hashing of password and salt working complete
DzeyEm Nov 4, 2023
2daeb08
Version 2 of student login
DzeyEm Nov 4, 2023
a35a8d3
Update index.js
Yajme Nov 4, 2023
763a172
Update index.ejs
Yajme Nov 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
131 changes: 131 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
/node_modules
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
/.vs/Event-Management-System/v17
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Event-Management-System

---


## Prerequisites

---

* NodeJS
* Express
* nodemon
* cors
* ejs

```npm
npm install express nodemon cors ejs
```

##

---

<p> To start refer to npm command below</p>

```npm
npm run dev
```

or edit the package.json file and paste this

```json
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mysql2": "^3.6.2"
}

```
Loading