This is an application developed as a techninal challenge proposed by Cast Group. It is a small REST API responsible for a CRUD of courses in a SQL database, using NodeJS on the backend and ReactJS on the frontend.
If you want to see it's implementation and it's architetural and design choices, just choose one of the options below.
Fork this repository
Then, on your bash terminal:
# Clone your fork
git clone <your-fork-url>
# Navigate to the cloned folder and download the dependencies
cd cast-challenge && yarn
# Make your changes and commit them
git add .
git commit -m 'What have you done?'
# Push your changes to your fork
git push origin master
# Open a pull request right here on github
# Ater your pull request was merged, you can delete your fork
This project is under MIT license. Check the LICENSE file for further information.
Made with 💜 by Lucas dos Prazeres