Open keenanjohnson opened 2 years ago
Running the mongoDB docker container locally with these commands
docker pull mongo
docker run -d --name mongo-on-docker -p 27888:27017 -e MONGO_INITDB_ROOT_USERNAME=mongoadmin -e MONGO_INITDB_ROOT_PASSWORD=secret mongo
I was able to get the application running at least enough to serve the landing page locally.
For some reason, I had to run the npm install command again after opening up the docker container. This is odd because I thought
Unfortunately, I can't login as there is some problem with the google authentication.
I need to figure out how to disable or fix the authentication to just get some screenshots of the app.