Giter VIP home page Giter VIP logo

capstone's Introduction

License


๐Ÿ‘จโ€๐Ÿ’ป Used Technologies

The following project was made with

๐Ÿ’ช Project

HCL's Power Object .net team Project
The project is a Matching App focused on career and professional relationships.

Consists of .NET in the back end and Angular for the front end. The architecture style is based on many design patterns, like the use of repositories for data access, role management, centralized error handlleing, and the use of websockets.

The app main features are user Registration and Login, member Sorting and Filtration allowing other users to customize their preferences, Photos uploading through a thrid party service, and instant messaging so users can communicate when they feel like they can collaborate on a project or if someone could be a good fit for a position.

Extras: GitHub actions, CI/CD pipeline and Azure deployment.

๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ Author's considerations

๐Ÿ–ผ๏ธ ScreenShots:


๐Ÿš€ Submit Your Changes:

  • Fork this repository;
  • Clone it into your machine;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'Change button color to blue'
  • Push your branch: git push origin my-feature

โš’๏ธ Running Locally

SSL Certificate

  • Create a folder called 'ssl' in the client folder
  • Download and install the certificate from: https://github.com/yamgarcia/SSL-Cert ;
  • Copy both the server.crt and server.key to your new 'ssl' folder and check angular.json projects > architect > serve > options > "sslKey": "./ssl/server.key", "sslCert": "./ssl/server.crt", "ssl"::true

Dependencies

  • Run npm install in the client folder;
  • Check API.csproj to match your .NET version and TargetFramework (check 'dotnet --version');

Cloudinary

  • Create a file called 'appsettings.json' in the API folder;
  • Use an existent account or create one to get access and then add to the file:
 {
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "CloudinarySettings": {
    "CloudName": "YOUT CLOUD NAME",
    "ApiKey": "YOUR API KEY",
    "ApiSecret": "YOUR API SECRET",
    "secure": true
  },
  "AllowedHosts": "*"
} 

๐Ÿ“ License

This project is under the MIT License. See the file LICENSE for more details.


Made with love โค๏ธ by Marcos Garcia

capstone's People

Contributors

yamgarcia avatar

Watchers

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