Skip to content

citra-rahman/Authentication

Repository files navigation

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

About

An authentication API using ASP Net Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages