Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.14 KB

Simple Academic Monitoring API

This project was a challenge proposed in the Verification and Validation discipline at the Federal University of Ceará.

Technologies   |    How To Use   

🚀 Technologies

In this Node application, we created an API to organize academic tutoring on a campus.

ℹ️ How To Use

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