lucascprazeres / cast-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cast Challenge

πŸ•΅οΈ about

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.

🧭 Index

πŸ” General Requirements

πŸ‘¨β€πŸ’» How to contribute?

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

πŸ“ LICENSE

This project is under MIT license. Check the LICENSE file for further information.


Made with πŸ’œ by Lucas dos Prazeres

About

License:MIT License


Languages

Language:TypeScript 98.1%Language:HTML 1.5%Language:JavaScript 0.4%