All configuration settings and port information can be found in the .env.dev
file located in the deploy -> dev
directory.
- Navigate to the
deploy -> dev
directory. - Open the
.env.dev
file and configure the settings as needed. - Run the deployment script using the following command:
./restart.sh
To stop the deployment, use the following steps:
Navigate to the deploy -> dev
directory.
Run the stop script using the following command:
./stop.sh
To view logs from the deployment, follow these steps:
Navigate to the deploy -> dev
directory.
Run the log script using the following command:
./log.sh
Mongo Express is utilized for database visualization.
The port for Mongo Express can be configured in the .env.dev
file located in the deploy -> dev
directory.
This project is a Magazine Management System designed for efficient management of magazines. It includes features for handling various aspects of magazine operations, such as content management, user subscriptions, and more.
Feel free to explore and customize the system based on your specific needs. If you encounter any issues or have questions, refer to the documentation or reach out to the project contributors.