Go to file
Aelita4 26125be066
Implement building endpoint in API
2024-06-18 18:57:43 +02:00
.vscode Initial commit 2023-10-12 23:26:26 +02:00
public Fix language driver for deployment 2024-06-02 14:10:42 +02:00
src Implement building endpoint in API 2024-06-18 18:57:43 +02:00
test Add tests 2024-06-01 15:58:57 +02:00
.dockerignore Add docker support 2024-06-01 22:48:42 +02:00
.gitignore Move secrets to config.json 2024-06-01 22:07:11 +02:00
API.md Implement building endpoint in API 2024-06-18 18:57:43 +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 docker support 2024-06-01 22:48:42 +02:00
jest.config.cjs Add tests 2024-06-01 15:58:57 +02:00
package-lock.json Add docker support 2024-06-01 22:48:42 +02:00
package.json Add docker support 2024-06-01 22:48:42 +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