Go to file
Aelita4 718a9b5da6
Add SSL support
2024-09-28 13:56:14 +02:00
.vscode Initial commit 2023-10-12 23:26:26 +02:00
public Move all lib-data to database 2024-08-25 23:34:37 +02:00
src Add SSL support 2024-09-28 13:56:14 +02:00
.dockerignore Add docker support 2024-06-01 22:48:42 +02:00
.gitignore Add support for connecting to MongoDB Atlas 2024-09-23 13:05:11 +02:00
API.md Add changeUserData to API docs 2024-06-18 22:09:49 +02:00
Dockerfile Add docker support 2024-06-01 22:48:42 +02:00
README.md Update README 2024-06-01 17:03:27 +02:00
astro.config.mjs Add SSL support 2024-09-28 13:56:14 +02:00
jest.config.cjs Add tests 2024-06-01 15:58:57 +02:00
package-lock.json Add SSL support 2024-09-28 13:56:14 +02:00
package.json Add SSL support 2024-09-28 13:56:14 +02:00
tsconfig.json Add tests 2024-06-01 15:58:57 +02:00

README.md

Astro Colony

Simple OGame clone

Installation

Requirements:

  • Node v20.8.0
  • npm 10.2.0
  • MongoDB 7.0.11

Steps:

  1. clone
  2. npm ci
  3. npm run dev

Tests

Integrated tests are available to run with npm test command from /test folder