An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Login Icon

Sign In


Main language of the project

Quantity of language used


## :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
```