thebozturk / redis-om-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repository has been created as a basic redis-om project with Redis Cloud.

Technologies

  • Express
  • Redis
  • Redis Cloud
  • Requirements

  • Redis Cloud

  • Installation

    $ git clone https://github.com/thebozturk/redis-om-tutorial.git

    $ cd redis-om-tutorial

    $ npm install

    $ npm start

    Redis Cloud Url

    REDIS_URL=redis://default:PASSWORD@HOST:PORT
    

    Endpoints

    • POST /products - creates new product
    • GET /products/{id} - gets a product by id

    About


    Languages

    Language:JavaScript 100.0%