An open API service indexing awesome lists of open source software.

https://github.com/myphz/teamway-test


https://github.com/myphz/teamway-test

Last synced: 7 months ago
JSON representation

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`