GithubHelp home page GithubHelp logo

rallahaseh / thd-international-office Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45.09 MB

Modern Internet Technologies Course Project

License: MIT License

JavaScript 0.86% TypeScript 69.38% HTML 23.14% SCSS 6.26% Dockerfile 0.36%

thd-international-office's Introduction

Course

Modern Internet Technologies

Project

TH-Deg International Office

Team members

Rashed Al-Lahaseh - 00821573

Resources

Requirements

Dependencies

Documentation

Project

  • Navigate to the WiKi Page which has long-form content and description about the project.

Angular(Front-end) Documentation

  • Run compodoc -p tsconfig.doc.json -s which will use the comments and description used in the app to create a web content documentation.

Loopback(Backend) Documentation

  • After running the server, navigate to http://localhost:3000/explorer which will open Swagger file used to describe and document RESTful APIs.

Instalition

  1. Install Node.js

  2. Install Angular CLI npm install -g @angular/cli

  3. Install LoopBack 4 CLI npm install -g @loopback/cli

  4. Install MongoDB

  5. Clone the project

Building

  1. Building backend project cd ./thd-server then npm install && build

  2. Building front-end side cd ./thd-app then ng install && build

Run Application

  1. Run MongoDB mongod

  2. Import database records (Optional)

  • There is folder attached to the repo under name database which is a dump folder listing collections of our database that could be used to restore.
  • Use the following cmd mongorestore -d thd-international-office <dumb-file-location> to restore database.
  1. Run backend project cd ./thd-server then npm start

  2. Run front-end project cd ./thd-app then ng serve

Note

For database there is two configurations has been added to the datasource, the default one is connected to localhost but there is also configuration connected to Atlas MongoDB incase cloud connection is needed

thd-international-office's People

Contributors

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