Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Data Relationships with SQL and Sequelize!

Instruction

Database and Sequelize Configuration

Database Configuration The project uses SQLite, a simple, easy-to-use, relational database that doesn't require you to install anything on your system to make use of it. This makes it an ideal database for learning projects. For production-ready applications, you'll want to rely upon a database server platform like PostreSQL, Oracle, SQL Server, or one of the cloud-based solutions from Amazon,...