This project was a challenge proposed in the Verification and Validation discipline at the Federal University of Ceará.
In this Node application, we created an API to organize academic tutoring on a campus.
To run this project, you need to clone this repository and follow the steps below:
# Clone this repository
$ git clone https://github.com/bebetoalves/simple-academic-monitoring-api
# Go into the repository
$ cd simple-academic-monitoring-api
# Install Adonis CLI
$ npm i -g @adonisjs/cli
# Generate config file
$ cp .env.example .env
# Install packages
$ yarn install or npm install
# Generate Adonis Key
$ adonis key:generate
# Run tests
$ node ace test
# Run
$ adonis serve
Made with ☕ by Bebeto Alves