Skip to content

Web Application for [089318] - Hypermedia Appliactions course - Politecnico di Milano

Notifications You must be signed in to change notification settings

VictorJuez/lectet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lectet web application - [089318] Hypermedia Applications course - Politecnico di Milano

Dependencies

  • npm version 6.7.0
  • Node.js version 11.10.1

Installation

git clone https://github.com/VictorJuez/lectet.git
cd lectet
npm install

In order to run the application:

npm start

Project Structure

Followed the Fractal - NodeJS app structure

    lectet
    ├── app                     # Main app code (Back-end)
    │   ├── actions             # Business logic, DB calls
    │   ├── models              # Where data models are defined
    │   ├── orm                 # Database configuration and Sequelize (orm) definition
    │   ├── routes              # Routes to project entities
    │   ├── helpers             # Route helpers
    │   ├── public              # Main point for the Front-end
    │   ├── swagger.json        # Swagger documentation file
    │   └── server.js           # Server starting point
    └── docs                    # Documentation purpose

Links to the Application

Members

  • Julian Cuellar
  • Arnab Dey
  • Víctor Juez

About

Web Application for [089318] - Hypermedia Appliactions course - Politecnico di Milano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages