https://github.com/hir4/signin
Sign In page and log In page controlling session with cookies and using ajax request
https://github.com/hir4/signin
cookie-parser css express html javascript login nodejs signin
Last synced: 11 days ago
JSON representation
Sign In page and log In page controlling session with cookies and using ajax request
- Host: GitHub
- URL: https://github.com/hir4/signin
- Owner: Hir4
- Created: 2021-06-23T15:36:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T21:15:21.000Z (over 4 years ago)
- Last Synced: 2024-12-27T03:12:26.548Z (about 1 year ago)
- Topics: cookie-parser, css, express, html, javascript, login, nodejs, signin
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sign In

## :dart: About ##
Sign In page and log In page controlling session with cookies and using ajax request.
## :rocket: Technologies ##
- [HTML]
- [CSS]
- [Javascript]
## :white_check_mark: Prerequisite ##
Before start, you will need:
- [express]
```bash
npm install express --save
```
- [body-parser]
```bash
npm install body-parser
```
- [cookie-parser]
```bash
npm install cookie-parser
```
- [bcrypt]
```bash
npm install bcrypt
```
## :checkered_flag: Running
```bash
#Choose the port you want to start (default:80), then just run:
node app.js
```