EliasFernandes02 / github-actions-101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions 101

This repository contains two different projects that are not related to each other.

  • backend is the backend project
  • frontend is the frontend project

Backend

Note: This project contains a seed file to seed your database. Remember to use npm run seed before. This script also runs before testing.

Description

The database has models for Artists, Albums, and Songs, you could check their relationship on their schemas.

Frontend

Description

Autocomplete is a common feature that people come across on websites. For example, when you are searching on Google, you will notice a word populates before you finish typing.

About


Languages

Language:JavaScript 84.0%Language:HTML 9.2%Language:Shell 4.2%Language:CSS 2.6%