create-uroserat-app
v1.0.4
Published
Create a Vue.js app, Node.js server, and MongoDB database with one command.
Readme
Boilerplate : VueJS + ExpressJS + MongoDB (inside Docker container)
How to install
- Clone the repository
- Clone
.env.exampleto.envin frontend folder and update the environment variables. (.envin root folder is just to connect URL API to the frontend) - Run
docker-compose -f docker-compose.dev.yml up --buildto build the docker container and run the application in development mode - Run
docker-compose -f docker-compose.yml up --buildto build the docker container and run the application in production mode - Access the Vuejs application at
http://localhost:5173 - Access the ExpressAPI at
http://localhost:3000/ - Access the MongoDB at
http://localhost:27019/ - Access the MailDev at
http://localhost:1080/
