Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.21 KB

Features

Directory Layout

.
├── /.vscode/                   # Visual Studio Code settings
├── /build/                     # The folder for compiled output
├── /controllers/               # routes for the API
├── /data/						# context and dependency injection
│── /migrations/				# scripts for migrate the data
│── /models/					# entities
│── /properties/				# The list of project dependencies and NPM scripts

Prerequisites

Getting Started

Step 1. Clone the latest version of the repository:

$ git clone https://github.com/Citra-citoru/Authentication.git
$ cd AuthApi

Step 2. Create migration script and sql server database and tables.

$ add-Migration initial				#create migration script
$ update_database

Step 3. Install and run newman for postman collection

$ npm install -g newman				#install newman with npm
$ newman run postman_collection.json	#run newman

Swagger

http://localhost:5000/swagger/index.html