https://github.com/anandkr21/sql_sequelize
This is very Basic app using SQL Squelize which store data in SQL Database, it's created for learning purpose only.
https://github.com/anandkr21/sql_sequelize
bcrypt expressjs jsonwebtoken nodejs sql
Last synced: 2 months ago
JSON representation
This is very Basic app using SQL Squelize which store data in SQL Database, it's created for learning purpose only.
- Host: GitHub
- URL: https://github.com/anandkr21/sql_sequelize
- Owner: Anandkr21
- Created: 2023-04-09T20:41:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T03:05:35.000Z (about 3 years ago)
- Last Synced: 2025-01-10T20:38:18.008Z (over 1 year ago)
- Topics: bcrypt, expressjs, jsonwebtoken, nodejs, sql
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This is very Basic app using SQL Squelize which store data in SQL Database, it's created for learning purpose only.
## Run Locally
Clone the project
```bash
git clone https://github.com/Anandkr21/SQL_sequelize.git
```
Install dependencies
```bash
npm init -y
```
Install dependencies
```bash
npm install nodemon express sql2 bcrypt jswonwebtoken dotenv sequelize
```
Start the server
```bash
npm run start
```
## Tech Stack
**Server:** Node, Express , SQL
## Contributing
Contributions are always welcome!
## Feedback
If you have any feedback, please reach out to me at anandkumargupta.akg15@gmail.com
## Author
- [@Anand](https://github.com/Anandkr21)