Enboost it's a project full stack that help anyone to learn english
To clone and run this application you need to have Git and Docker installed on your computer
In your command line:
# Clone the repository
$ git clone https://github.com/edsonaraujobr/enboost
# Run the application through docker
$ docker compose up --build
# To close the application
$ docker compose down -v
You can acess the endpoints locally with link: http://localhost:9000
These are the technologies used in this project
Backend: Node.js, Express, MySQL.
Frontend: ReactJS, Vite.
This project are is under the MIT license. See the LICENSE to get more details.