Commit Graph

15 Commits (f9f2d171c88387d934f64023b08fe30ae6389756)

Author SHA1 Message Date
Trivernis f9f2d171c8 Merge branch 'tommy-dev' into julius-dev 5 years ago
Trivernis ff77c14bec Fixed Database Integration
- fixed wrong table creation path
- added table update path
5 years ago
RandomUser27 b623018f76 schema.graphql added:
send reqest; deny request; post the post; sender and reciverid from request;
5 years ago
Trivernis 6765026742 Changed dataAccess index 5 years ago
Trivernis 0ca174b335 DataAccess changes
- changed data access structure
- changed graphql schema
- changed create-tables sql script (added vote_type to votes table)
5 years ago
Trivernis f7572202f9 Config fix, structure
- fixed problem with the config file creation from the default config
- changed structure of the home route
- added abstract Route class from whooshy to manage all connection types
5 years ago
Trivernis 387d9e0187 Added DTOs and included template
- added routers index to manage all routes
- added home view and pug view engine
- added dtos for user and post
5 years ago
Trivernis 20d7198010 Database and App init
- added database table creation 
- added init method to DAO
- added init method to App
- added start method to App to start listening on the configured port
5 years ago
Trivernis 0dcd590b80 Database Connection
- added QueryHelper
- added DAO
- added `default-config.yaml`
- added auto-copying of the `default-config.yaml` to a `config.yaml` on startup if no config exists
5 years ago
Trivernis b7d10454ab Changed tables and graphql schema 5 years ago
Trivernis 91188b1f58 Merge branch 'develop' of Software_Engineering_I/greenvironment-server into julius-dev 5 years ago
RandomUser27 6fb002e79b GraphQl 5 years ago
Trivernis 92146cc2a4 added sql table creation and config 5 years ago
Trivernis c931359ebd Added files
- tslint- changelog
- dependencies
- index.ts
- folders
- public files
5 years ago
Trivernis 38f3d26734 added dependencies 5 years ago