8000 GitHub - opalmedapps/opal-registration: Web application used to create a new Opal account
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

opalmedapps/opal-registration

BranchesTags< 10000 /div>

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Web Page

Setup

This project contains a Dockerfile as well as a docker-compose.yml file to run it as a container.

Step 1: Create configuration file

In the root directory, copy config.json.sample to config.json. Then add the values for apiKey and databaseURL to that of your Firebase project.

Step 2: Add the .npmrc file

This project uses AngularJS which reached end of life in January 2022. This project uses a long-term support version of AngularJS provided by HeroDevs. If you have an npm token to retrieve this version from their registry, place the .npmrc file containing the credentials in the root directory.

You can also use the last available version of AngularJS (version 1.8.3). To do so, change the value for the angular dependency in package.json to angular@1.8.3 and run npm install to update the lock file.

Step 2: Start the container

docker compose up

This builds the image (if necessary) and brings up the container.

You can access the web page at http://localhost:8083 with your browser.

About

Web application used to create a new Opal account

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13

0