An online multi-user web application clone of a regular Contacts application found on mobile phones
319
Latest frontend (client) and backend (server) local development images of the my-phonebook web app, an online multi-user web application clone of a regular Contacts application using NextJS, Express and Firebase.
These images are only for local development.
Live Preview
https://weaponsforge.github.io/my-phonebook/
GitHub Repository
https://github.com/weaponsforge/my-phonebook
Pull the "latest" client and server development images.
docker pull weaponsforge/my-phonebook:client
docker pull weaponsforge/my-phonebook:server
Create .env files for the client and server.
client/README.md and server/README.md files of the my-phonebook GitHub repository for more information about the .env file contents.Spin up the client and server containers with:
docker run -it --rm -p 3000:3000 --env-file .env weaponsforge/my-phonebook:client
docker run -it --rm -p 3001:3001 --env-file .env weaponsforge/my-phonebook:server
Load the localhost website at:
http://localhost:3000
Clone the my-phonebook repository.
git clone https://github.com/weaponsforge/my-phonebook.git
Navigate to the cloned my-phonebook root project directory, then run:
docker compose -f docker-compose.dev.yml pull
Set up the environment variables for the /client and /server directories.
client/README.md and server/README.md files for more information..env variables setup for Windows and Linux to enable hot reload.Run the development images.
docker compose -f docker-compose.dev.yml up
Load the localhost website at:
http://localhost:3000
Content type
Image
Digest
sha256:1e9b5fa26…
Size
173 MB
Last updated
almost 2 years ago
docker pull weaponsforge/my-phonebook:client