.
├── /.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
- OS X, Windows or Linux
- .NET Core and .NET Core SDK
- Visual Studio Code
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