Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 823 Bytes

SkHive

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.

Authors

Run Locally

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

Logo