Coder Social home page Coder Social logo

lancewalk87 / cls-express-media-server Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.86 MB

Software | NodeJS Express media server, Sequelize SQL database, and Webpack ejs for frontend endpoints.

JavaScript 98.44% CSS 1.13% HTML 0.44%
nodejs express-server server-side databae sequelize sql rest http-server social-network query endpoint-testing webpack-loader ejs-express css3 jest c-plus-plus react

cls-express-media-server's Introduction

CLS-Express-Media-Server

Software | WebServer implementing RESTful API with NodeJS, Sequelize Database, and additional server services supports

Project Structure

├── backend.js
├── repos
│   ├── album_repository.js
│   ├── connection_repository.js
│   ├── post_repository.js
│   ├── saleBlock_repository.js
│   └── user_repository.js
├── routes
│   ├── albums.js
│   ├── auth.js
│   ├── connections.js
│   ├── posts.js
│   ├── register.js
│   ├── saleBlocks.js
│   ├── shopCaster.js
│   └── users.js
├── services
│   ├── app_backend_service.js
│   ├── authentication
│   │   ├── certificates
│   │   │   └── apn
│   │   │       └── cert.pem
│   │   ├── local
│   │   │   └── token_service.js
│   │   └── remote
│   │       ├── auth.js
│   │       └── remote_auth.js
│   ├── notifications
│   │   └── pushNotifier.js
│   ├── transactions
│   │   └── stripe
│   │       ├── config.js
│   │       └── stripe_service.js
│   └── webSocketDelegates
│       ├── applicationClient.js
│       └── liveSessions.js
└── use_cases
    ├── albumUseCases
    │   └── albumUseCase.js
    ├── connectionUseCases
    │   ├── connections.js
    │   └── createConnectionBlock.js
    ├── fileDataUseCases
    │   ├── arrayUpload.js
    │   └── singularUpload.js
    ├── initialUseCases
    │   ├── emailVerification.js
    │   ├── login.js
    │   ├── register_user.js
    │   └── remote_auth.js
    ├── itemUseCases
    │   └── albumUseCase.js
    ├── postsUseCases
    │   ├── postResponse.js
    │   └── posts.js
    ├── saleBlockUseCases
    │   └── saleBlockUseCase.js
    ├── userTableUpdates.js
    └── userUseCases
        ├── get_user_feed.js
        ├── getUserTableIds.js
        ├── updateUser.js
        └── userResponse.js

cls-express-media-server's People

Contributors

lancewalk87 avatar

Stargazers

 avatar

Watchers

 avatar  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.