Code Monkey home page Code Monkey logo

authentication_assignment's Introduction

Authentication_Assignment

For Client-Side

Created A table of User details wherein added a customers table and roles table in DB. Customer table columns - name, website, address. Role columns - name, key (must be from enum), description. Each user can belong to one customer and have one role and have Shown customer name and role name for each user in UI using angular(replacing TypeScript) Also, Add a new page to UI - Customers. Implement CRUD for customers in UI and integrate with API. There should be a button against each customer entry in UI saying "Show Users". Clicking on that should show users associated with that customer. One can perform CRUD for users from this page.

For BackEnd-Side

Implemented the previous API application(NodeJS and Postgres) by replacing it with Loopback 4 keeping the functionalities same.

HOW TO RUN

1.For BackEnd-Side

Inside folder 'server-side' run npm install npm start

2.Client-Side Inside folder 'client-side' run npm install ng serve

Run client on http://localhost:4200.

Server is available @ http://localhost:3000.

authentication_assignment's People

Contributors

surbhi-sharma1 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.