You are browsing as a guest.
Sign up
(or log in) to start making projects!
- Set up the backend project and installed the dependencies.
- Added the main scripts for development, start, migrations, and seeders with sequelize-CLI.
- Built the Express app with
cors, helmet, and JSON parsing enabled.
- Configured the server entry point to load environment variables and start the app on the chosen port.
- Created environment-based database configuration for development, test, and production.
- Adjusted Sequelize paths so the CLI can find the config, models, migrations, and seeders correctly.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.