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 (〃 ̄ ω  ̄〃).

About

Backend server of PWNEU.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •