ProjectΒ Β Β |Β Β Β TechnologiesΒ Β Β |Β Β Β BackendΒ Β Β |Β Β Β License
This is a backend of tests of control of entry and exit of any establishment, with many test cases in jest, it is possible to make the reservation, make the check-in and the checkout.
This project is being developed with the following technologies:
Note: Before starting the app must contain the .env file at the root of the project containing the database connection and the secret to jwt.
The backend contains tests made with jest, to run the tests you need to use the command:
# Create the database
$ npm run knex:migrate
# Create the admin
$ npm run knex:seed
After running seed, you must enter the passwords generated in the tests and set the secret in the .env file.
# Go into the test
$ npm run secure-mode
This project is under the MIT license. See the LICENSE for details. Made with β₯ by Eduardo Moritz π Get in touch!