csharp-seed-server

data base installation

Projects runs with entity framework.

test request

http://localhost:????/api/main

services resume

Base URL "http://localhost:????/api"

Header Content-Type: application/json

Header x-access-token:||token||

public

POST /p1/login OBJECT

private

POST /v1/logout OBJECT

GET /v1/users ARRAY

POST /v1/users OBJECT

GET /v1/users/:user_id OBJECT

DELETE /v1/users/:user_id OBJECT

PUT /v1/users/:user_id OBJECT

especial

Content-Type: multipart/form-data

POST /p1/files excel Form ['file_name']

License

The MIT License