Coder Social home page Coder Social logo

emonadeo / gdopenlist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from efwxx/gdopenlist

0.0 0.0 1.0 4.37 MB

Geometry Dash Open List

Home Page: https://emonadeo.github.io/GDOL/

License: MIT License

HTML 1.90% JavaScript 3.25% Shell 0.94% Svelte 48.34% TypeScript 34.58% SCSS 10.99%
geometry-dash

gdopenlist's Introduction

โš ๏ธ Disclaimer

This is currently being written! The old code is still available here, but will be deprecated once the new code is fully functional.

Logo

Version License

GDOL is a list stack for geometry dash. It aims to keep your list setup experience nice and easy while giving you complete freedom of customization.

Structure

Module Version Description
Client Client Version Static Front-end made with Svelte
Server Server Version REST API built on Fastify (Node.js) and Prisma

Developer Guide

1. Install dependencies

$ npm install

2. Setup Server

2.1. Setup a Database

The easiest way to spin up a database is with Docker. When inside the repo folder run:

$ docker-compose up -d

This will start a PostgreSQL instance with the default user example and password example. For more details take a look at the docker-compose.yml.

Alternatively setup PostgreSQL manually.

2.2. Setup Prisma

Generate TypeScript definitions for Prisma:

$ prisma generate

Push the Prisma schema to the database. Your database needs to be running for this.

$ prisma db push

Optional: Generate some data

$ prisma db seed

3. Launch

# Serves the client at localhost:3000
$ npm -w client run dev
# Starts the server at localhost:3001
$ npm -w server run dev

gdopenlist's People

Contributors

efwxx avatar emonadeo avatar optimal7 avatar prometheus-03 avatar

Forkers

lblazen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.