SkHive is a Node.js application designed for scalable data handling and operations. It incorporates various services such as authentication, email notifications, scheduled tasks, and data management through APIs. The application uses Express as its web server framework and Sequelize for ORM support with PostgreSQL. It is equipped with essential security and utility libraries like bcrypt, jsonwebtoken, and cors.
Clone the project
git clone https://github.com/villarley/skhivedbGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run start