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/skhivedb
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start