Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panietoar/test-ui
https://github.com/panietoar/test-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/panietoar/test-ui
- Owner: panietoar
- Created: 2020-05-16T14:49:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:52:52.000Z (about 2 years ago)
- Last Synced: 2024-11-08T13:41:39.219Z (3 months ago)
- Language: JavaScript
- Size: 6.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Test UI project
This repo contains the front end and back end for the test.
I've used an Express json api to persist the project's data and user authentication.
For that part I've just used a simple username and password hasing to store in the server, since ther ewas no time to use JWT or something more complex.The login part and votes part were build with Vue, everything else as a static page to showcase html and css knowledge.
To run the project, start the back end service by running `npm install` then `node index.js` on the test-back folder.
Then run `yarn install` then `yarn serve` on the test-ui folder.
Enjoy.