Note: This project has been cloned from the private repository, but sensitive information has been removed, this means the pipeline might not run as it needs the credentials to successfully complete
NoteyIO is a platform for taking notes, built using Express.js and MongoDB. NoteyIO was created to make adding notes to photos an quick and easy process.
The docker-compose file, when built, runs the server and database in separate containers. To build the server, make sure Docker is installed and running, and run using: docker-compose up -d --build
To stop the server, use: docker-compose stop
The server will be available on port 3000 on localhost: visit http://localhost:3000/api/alive to check whether it is running successfully