Skip to content

CalvinWu4/customerservice-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customer Service API

This is the main project repo for the Customer service API. Main endpoint for the internal and external customer service REST API

Getting Started

This project is built on top of the Microsoft stack. Here is what you will need

Prerequisites

  • ASP.NET Core 2
  • MySQL
  • Visual Studio or other C# IDE
  • NuGet

Installing

Getting this project is very easy.

  1. Clone project locally git clone https://github.com/RIT-SWEN-343-201705-KennUWare/customerservice-rest-api
  2. Double click in the CustomerServiceAPI.sln. This will open the project in Visual Studio.
  3. Duplicate the appsettings.Production.json and rename to appsettings.Development.json
  4. Place your MySQL connection string in the appsettings.Development.json as shown in the file
  5. Hit the Run + Build button in Visual Studio & Profit 🎁

Note

When logging in, feel free to use any email and password as long as:

  • Email is a real email
  • Password is at least 6 characters

Running the tests

Press CTRL+R, A to run the tests in Visual Studio.

Deployment

For accessing the web application, please visit: https://github.com/RIT-SWEN-343-201705-KennUWare/customerservice-web

More info

API DOC: https://documenter.getpostman.com/view/3728250/customer-service-api-documentation/RW1XKfz7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages