Giter Club home page Giter Club logo

stremify's Introduction

Node.js CI codecov

Stremify

Description

  • A backend api for video streaming platform.

Requirements

  • Node.js
  • npm
  • AWS SES - for sending emails.
  • Docker - for running the database's in a container.

Important

Start databases and do migrations before running the server. DB + Migrations

How to run

  • Clone the repository
  • Run npm install or your favorite package manager to install the dependencies.
  • rename .env.example to .env and update the values accordingly.
  • Run npm start to start the server.
  • For development, run npm run dev to start the development server.
  • The server will be running on http://localhost:3000 by default.
  • To run the tests, run npm test.

DB + Migrations

  • start postgres container using docker run --name stremify-db -e POSTGRES_PASSWORD=pg123 -e POSTGRES_DB=stremify -p 5432:5432 -d postgres:15
  • run redis container using docker run --name stremify-redis -p 6379:6379 -d redis
  • generate the migration using npm run db:generate
  • Run npm run db:migrate to run the migrations.

stremify's People

Contributors

jay-bhogayata avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.