项目作者: pillowslept

项目描述 :
UI test project
高级语言: Vue
项目地址: git://github.com/pillowslept/ui-votes-test.git
创建时间: 2020-05-16T19:40:14Z
项目社区:https://github.com/pillowslept/ui-votes-test

开源协议:

下载


ui-votes-test

This branch contains

  • Web application developed using VueJS.
  • Backend application developed using NestJS.

Considerations

/api

  • Create a file at root directory called .env
  • Create a MySQL database
  • Configure at the .env file the next database properties: name, port, username and password.
  • For the example: PORT = 3000, PREFIX = ‘api’ and DATABASE_PROVIDER = ‘mysql’

/app

CRUD

user

  • Requires Authorization as a header (String for test purposes)
  1. /api/user *GET*
  1. /api/user/:id *GET*
  1. /api/user *POST*
  1. /api/user/login *POST*
  1. /api/user/:id *PUT*

vote

  1. /api/vote *GET*
  1. /api/vote/user/:useId *GET*
  1. /api/vote *POST*

Author