Clone the repository:
$ git clone https://github.com/amabilee/sca-back-end.git
The objective of this project is to create an authentication system for the Anápolis Air Base.
As a prerequisite, you will need to install: MySql, Node(we recommend the latest stable version available), Insomnia (or Postman) to test the API.
Inside the backend/run.sh script, edit the informations to match with your environment.
The file insomnia-sca.json needs to be imported at Insomnia to access the endpoints
cd backend/
npm install
cd backend/
npm run dev
cd backend/
npm run start
Now with the server running, open the browser and go to http://localhost:3100/doc/. There you can find all the endpoints, the params, and all you need to know about the api.
Amábile Zucchetti - https://github.com/amabilee