https://github.com/rminelli/user-auth-angular-node-sql-server
User authentication using Node.js, Angular.js and Microsoft SQL Server
https://github.com/rminelli/user-auth-angular-node-sql-server
angularjs expressjs javascript nodejs sql sql-server sqlserver-2016
Last synced: 3 months ago
JSON representation
User authentication using Node.js, Angular.js and Microsoft SQL Server
- Host: GitHub
- URL: https://github.com/rminelli/user-auth-angular-node-sql-server
- Owner: rminelli
- License: mit
- Created: 2019-07-24T18:49:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:26:09.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:15:41.058Z (5 months ago)
- Topics: angularjs, expressjs, javascript, nodejs, sql, sql-server, sqlserver-2016
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# User authentication using Node.js, Angular.js and SQL Server
##
This project demonstrates the integration of JavaScript (Node.Js) and Microsoft SQL Server 2016 for user authentication.__Backend__
* Developed in JavaScript, running on Node.js and consuming data from Microsoft SQL Server 2016.
__Frontend__
* Developed in JavaScript using the AngularJS framework.
__Properties__
* Using model-view-controller (MVC) architecture
* SQL Server store procedure
* JavaScript frameworks
* REST Web Services
#
## How to Use
```bash
# Clone this repository
$ git clone https://github.com/rminelli/user-auth-angular-node-sql-server# Go into the repository
$ cd user-auth-angular-node-sql-server# Install dependencies
$ npm install# Run API service
$ npm start
```__References__
* Node.js documentation
https://nodejs.org/en/docs/
* Install SQL Server Express Edition from the Installation Wizard (Setup):
https://docs.microsoft.com/pt-br/sql/database-engine/install-windows/install-sql-server-from-the-installation-wizard-setup?view=sql-server-2017
* AngularJS documentation
https://docs.angularjs.org/api
##
I am available for any questions.Best regards,
Roberto de Figueiredo Minelli