项目作者: pillowslept
项目描述 :
UI test project
高级语言: Vue
项目地址: git://github.com/pillowslept/ui-votes-test.git
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)
/api/user *GET*
/api/user/:id *GET*
/api/user *POST*
/api/user/login *POST*
/api/user/:id *PUT*
vote
/api/vote *GET*
/api/vote/user/:useId *GET*
/api/vote *POST*
Author