Skip to content

dkroderos/pwneu

PWNEU Backend Server

The official backend server of PWNEU.

📚 Prerequisites

🚀 Getting Started (For development only)

  • Clone the repository.
git clone https://github.com/pwneu/pwneu.git
cd pwneu
  • Generate .env file the using .env.example file.
cp .env.example .env # On Linux
Copy-Item .env.example .env # On Windows

If on Linux, create directories with broad permissions for mounted volumes.

mkdir .containers
mkdir .containers/grafana
mkdir .containers/postgresql
mkdir .containers/prometheus
sudo chmod -R 777 .containers
  • Build and run the container
docker compose up -d --build

📜 License

Before using our program, please refer to our License.

📚 External Resources

Resources that helped me to develop the server.

🙏 Thanks!

Thank you for using our program (〃 ̄ ω  ̄〃).