Autstudy is an application designed to improve interaction and communication between students with autism spectrum disorder and their teachers.
cd server
docker compose up -d
cd server
npm install
npm run dev
- It will start running at http://localhost:3333
cd server
npm run migrate
cd mobile
npm install
npm run web
- It will start running at http://localhost:8081/
Ps:. During development, we use the browser to facilitate real-time visualization of the application because we developed our own API. We recommend to open the application with the DevTools (mobile) in the browser.