Skip to content

EsrafilElahi/redis-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify Node.js Project

This is a sample Fastify Node.js project demonstrating the usage of Redis, MySQL with Sequelize ORM, and following the MVC architecture.

Requirements

  • Node.js (v12 or higher)
  • MySQL database
  • Redis server

Installation

  1. Clone the repository:

    git clone https://github.com/EsrafilElahi/redis-nodejs
    cd your-repo
    npm install
  2. Configure the database:

    Rename the config/db.example.js file to config/db.js. Update the database, username, and password fields in the db.js file with your MySQL database credentials.


3. Start the application:
npm start

The server will start on http://localhost:3000

About

redis usage in nodejs fastifyjs app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published