https://github.com/myphz/teamway-test
https://github.com/myphz/teamway-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myphz/teamway-test
- Owner: Myphz
- Created: 2022-10-17T08:09:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T13:49:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T15:45:08.970Z (8 months ago)
- Language: TypeScript
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teamway Builder Test
This project is a simple personality test application made with Vue 3 + MongoDB + Express, with unit Mocha and Chai unit tests.
## Execute
First, clone the repository and install the dependencies:
`npm i`Then, build the project:
`npm build`Finally, start the application:
`npm start`You can also run the tests with:
`npm test`