Giter Site home page Giter Site logo

crossover-media's Introduction

crossover-media

System for publishers to publish their journals (in PDF format) and users can subscribe to them.

web-portal - An AngularJS frontend application. Only started to develop it based on Timezones applicaation.

src - Spring Boot application.

two roles - publisher and subscriber

home for publisher: published journals list new publication

publisher:

  1. Register new journal
    1. Name and description
    2. image logo - OPT
    3. submit
  2. view my journals
    1. Upload new issues
    2. delete issues
    3. view all issues
  3. delete journal with all issues - OPT

Normal user:

POST /journals GET /journals GET /journals/8 DELETE /journals/8

POST /journals/8/issues - multipart file GET /journals/8/issues GET /journals/8/issues/5 -read issue DELETE /journals/8/issues/7

POST /journals/8/subscribers - subscribe current user

DELETE /journals/8/subscribers - unsubscribe current user

journal

curl -H "Content-Type:application/json" -d '{"name":"journal number one","description":"jiurn1"}' -v http://localhost:8080/journals

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.