Skip to content

Palman6/code-auditor

Repository files navigation

Selise Code Auditor Project

This project was generated using Nx.

Running Dev Server

First install all packages with: npm install

Start json-server-auth in another terminal tab with the following command:

json-server-auth db.json -r routes.json

Run ng serve code-auditorfor a dev server. Navigate to http://localhost:4200/.

http://localhost:4200 should navigate you to the login page, if there are any problems try clearing out localStorage .

The credentials for the admin account is: email: [email protected]; password: admin123. You can view all the users and their details in the db.json file.

Services

All the services in this code base are divided into mainly 4 types:

  1. form-service : used for form creation, setting forms, custom validations.
  2. api-service: used for handling api.
  3. facade-service: the component mostly talks through this but in some code it might be talking with other facades. Mistake on my part
  4. state-service : service to talk with the observable store.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published