Express Backend Application for Blog.io.
- Node.js
(18.x or above)
- Express
(5.x)
- PostgreSQL
(16.x or above)
- Sequelize
(6.x)
- Install dependencies:
npm install
- Configure environment variables from .env.example
- Run migrations:
npm run migrate
- Start server:
npm start