https://github.com/phptuts/node-arduino-auth
https://github.com/phptuts/node-arduino-auth
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phptuts/node-arduino-auth
- Owner: phptuts
- Created: 2023-07-05T05:38:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T04:30:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T01:26:51.565Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Arduino Socket Class
1\. Create .gitignore file.
```bash
node_modules*
```
2\. Type the following command.
```bash
npm init
```
3\. Install the node js dependencies
```
npm i express jsonwebtoken dotenv johnny-five sequelize pg pg-hstore bcrypt --save
```
4\. Create an account on elephant SQL
https://www.elephantsql.com/
5\. Create an instance and copy the connection string.
6\. Type in this command to generate random key
```
openssl rand -hex 32
```