Coder Social home page Coder Social logo

srdjanstankov / web2_projekat Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 1.66 MB

Web application for flight & car reservation /w Aviation, Rent-a-Car, and System Admin user roles. [School Project - Faculty of Technical Sciences] 🏫

JavaScript 0.41% TypeScript 31.22% HTML 22.16% CSS 0.26% C# 44.67% Dockerfile 0.99% Batchfile 0.27%
visual-studio web website webapp web-app angular angular-cli angular9 school-project webapi

web2_projekat's Introduction

Web2_Projekat

This is a school project for Web course in Faculty of Technical Sciences - University of Novi Sad.

Authors:

Getting Started

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Make sure that Docker Desktop is running
  2. Make sure that Kubernetes is running in Docker Desktop Dashboard Docker Settings
  3. Clone the repository
  4. Go to PUSGS_Project/ClientApp directory and run: npm install
  5. Build solution in Visual Studio (2017 or 2019)
  6. Run: PUSGS_Project/Setup.bat

Configuration

Due to possible security difficulties of sending email to gmail from localhost during development, additional steps are required to make sure you get email service working.

For this reason we have added properties which you can modify in PUSGS_Project/k8s/api-secret.yaml as explained below.

  /* used for jwt authorization */
  jwt-secret: "..."

  /* used when creating redirect href link in email */
  client-url: "http://localhost:4200"

  /* if true user can't login until he verifies email */
  require-email-verification: "true"

  /* your email */
  network-credential-username: "[email protected]"

  /* password generated when you link gmail with local machine (2-step-verification) */
  network-credential-password: "..."

  /* if true all emails will be redirected to your email (great for development) */
  redirect-email-to-credential-username: "true"

  /* client host (smtp.gmail.com for gmail) */
  smtp-client-host: "smtp.gmail.com"

  /* port for your smtp client (ex. 587 or 25) */
  smtp-client-port: "587"

  /* if true reservation invites/accept notifications will be sent via email */
  send-email-notifications: "true"

Doc

Project specification (currently only available in Serbian language) can be found here (or here (pdf))

web2_projekat's People

Contributors

danilonovakovic avatar dependabot[bot] avatar srdjanstankov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

war-man

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.