Skip to content

CVEProject/cve-user-registry-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

CVE-User-Registry-Client

Running the Client locally

Rename .env_defaults to .env and replace or check the following values.

mv .env_defaults .env

Deploying with npm

NOTE: The CVE User Registry Client requires Node.js v18.19.1 or higher to run.

  1. If you are using a remotely hosted instance of CVE Services, skip to step 2.

If you are using a local instance of the CVE Services API, ensure that both the API and MongoDB are both up and running in your environment. MongoDB will need to be seeded with data for the client to display anything. Information on running the CVE Services API and MongoDB locally, can be found in the CVE Services repository https://github.com/CVEProject/cve-services.

  1. Install the dependencies with npm:
cd cve-user-registry-client/app
npm install
  1. Run the CVE User Registry Client with npm:
npm run dev

The Client will be served at localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •