Giter Site home page Giter Site logo

dykatz / soliverse Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 588 KB

A full-stack fediverse implementation in SolidStart. In Development.

License: GNU Affero General Public License v3.0

TypeScript 72.77% JavaScript 27.23%
activitypub fediverse solid solid-start social-network

soliverse's Introduction

SoliVerse

SoliVerse is a social media server.

Designing

There is a diagram of the database schema stored in this file. To view and edit it, use the vuerd tool.

Developing

Clone the project and install dependencies with:

npm install

Create a .env file with:

npm run make-env

Adjust the resulting .env file to have the correct DB url.

Get the database schema up to date with:

npm run migrate up

Start a development server and open it in the browser, which will hot-reload changes, with:

npm run dev -- --open

If a change requires updating the DB's schema, create a new migration with:

npm run migrate create $NAME

The most recent migration can be undone with:

npm run migrate down

The project uses the following major dependencies:

VS Code is highly recommended for development. Install the recommended extensions to be consistent with other developers.

Deploying

Compile a production build of SoliVerse with:

npm run build

SoliVerse deployed with adapters, which optimize your project for deployment to different services.

By default, SoliVerse makes a node app that can run on any server. To use a different adapter (e.g. for serverless deployment), add one to the devDependencies in package.json and specify it in your vite.config.js. The official adapters are the start-* packages listed here.

The node app can be started with:

npm start

Licensing

SoliVerse follows in the footsteps of other federated social media projects, like Mastodon and Pleroma, and is licensed under the AGPL license. Read the LICENSE file for more details.

soliverse's People

Contributors

dykatz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

soliverse's Issues

Implement API Routes

Needed for federating with other servers as well as using 3rd party apps.

There are a couple existing projects that we are trying to be (somewhat) compatable with:

  • Mastodon
  • Pleroma (for chat and custom emoji reactions)
  • Quote posts are only found in fedibird and soapbox, but I can't find any reference information about them 🙃

Here are the APIs that we need to implement (VERY INCOMPLETE):

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.