Open Issues Need Help
View All on GitHub Create a DB schema (with an ability to seed data specifically) about 1 year ago
AI Summary: Create a database schema for a CRUD application using Sequelize and PostgreSQL, including the creation of `Student` and `Campus` models and a `seed.js` file to populate the database with sample data. The schema should be designed to support the creation, reading, updating, and deletion of student and campus records.
Complexity:
3/5
good first issue