This repository is the third project for the Gama Academy Web Development course, featuring a Web API for a fictional psychology clinic called La Vie.
Utilize the knowledge acquired in Node.js, Express, and MySQL database to create a Web API for a fictional psychology clinic called La Vie.
- JavaScript
- Node.js
- Express
- MySQL
This API should allow the creation of:
- Psychologist records
- Patient registrations
- Clinical record entries
- Create your own
.env
file according toexample.env
- Download packages
npm i
- Test server
npm run dev
npm run dbbuild
- If necessary, rebuild the DB with
npm run dbrebuild
To access the API endpoints locally:
- Run server with
npm run dev
- Access URL
{host}:{port}/api-docs
-> still in the writing process after major refactoring
Tiago M. Speckart |
Claudia Arai |
Matheus Boneli |