These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Git
- Docker
- Docker Compose
A step-by-step series of examples that tell you how to get a development environment running:
-
Fork the repository
Click the "Fork" button on the original repository page to create a copy of this repository to your GitHub account. -
Clone the forked repository
To clone the forked repository to your local machine, open a terminal and run:git clone https://github.com/CEHR2005/catstagram.git cd catstagram -
Start the application
To start the application, run:docker-compose up
The application will be available at
http://localhost:3000.
Access the web interface The application is available at http://localhost:3000 after Docker Compose has started the services. Admin Login You can log in as an admin using the following credentials:
Email: admin@example.com
Password: adminAlternatively, you can register a new account through the registration page on the application's web interface.
st2218026 SE2