Screens
application for educational purposes.
Simple crud where the teacher can register students, add their grades or change them.
As it is a react native app, I decided that the app is to register students' notes from a react native course.
Status: Developing
⚠️
Clone the project and access the folder
$ git clone https://github.com/Neves369/trab1_mobile.git
$ cd trab1_mobile*first we need to run the API. Follow the steps below
$ cd Back
# Install the dependencies
$ yarn install
# don't forget to change the base_url in the index file, inside the database folder.
# Finally, run the api service in a development environment :)
$ node server.js*on another terminal we need to start the app. Follow the steps below
$ cd Front
# Install the dependencies
$ yarn install
# Finally, run app ;)
$ expo startThis project is licensed under the MIT License - see the LICENSE file for details.

