GithubHelp home page GithubHelp logo

authentification-angular's Introduction

ClockItApp

clockithub.com - For Helping employers and employees keep track of working hours

Find on YouTube

Install and Setup

When you first clone this repository you will need to complete a couple of steps to get the app to work. A video is available on how to clone a setup this project at

First Step : Install NPM Packages

After cloning the repository, navigate into the CI-SPA folder in the command line and run:

         npm install

After you run the "npm install" command it will take a few minutes to download all the packages you will need for the Angular SPA.

Second Step : Set up Database Connection

In this project the database being used is SQLite. Learn more at:

After running this command you should find a App.db file in the CI.API folder.

Third Step : Configure appsettings.json file

In the appsettings.Development.json is a copy of connection strings you will need for email,blob Storage ect. services to work.

Add your own connection strings. Make sure the variable names match in the startup.cs class with appsetting.json

-Example

         "AppSettings": {
           "Key": "yoursecretkey"
        },
        "Mailjet": {
            "Host" : "Host Address",
            "ApiKey" : "Username Key",
            "ApiKeySecret": "Secret Password Key",
            "Port": "Port Number",
            "SenderEmail": "Sender Email"
        }

Fourth Step : Run App

-Run the server Navigate into CI.API folder using the command line and run:

     dotnet run

-Run the Angular SPA Navigate into CI-SPA folder using the command line and run:

     ng serve

Go to http://localhost:4200 in the browser

authentification-angular's People

Contributors

khadimniass avatar

Watchers

James Cloos 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.