All Projects → jeffalo → wasteof.money

jeffalo / wasteof.money

Licence: GPL-3.0 license
next-gen social media. this repo is for wasteof.money legacy which is no longer online. the new site is built with nuxt.js on the frontend and is currently not open source.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wasteof.money

Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-48.39%)
Mutual labels:  social-media, ejs
driwwwle
The social network for developers. Discover creative websites and build a community.
Stars: ✭ 109 (+251.61%)
Mutual labels:  social-media
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (+158.06%)
Mutual labels:  social-media
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (+22.58%)
Mutual labels:  social-media
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (+32.26%)
Mutual labels:  ejs
material-about
An about screen to use in your Mobile apps.
Stars: ✭ 37 (+19.35%)
Mutual labels:  social-media
Lets-Talk-Movies
A Social media desktop web app where movie fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.
Stars: ✭ 12 (-61.29%)
Mutual labels:  social-media
atomic-lab
Styleguide Generator based on partial templates ( html / ejs / haml )
Stars: ✭ 41 (+32.26%)
Mutual labels:  ejs
WebAppReader
基于 html5 、 Vue.js 、 Koa、Node.js 以及 EJS 的手机小说阅读器。使用 node.js 模拟后台数据,无实际后台,完全的前后端分离开发。
Stars: ✭ 15 (-51.61%)
Mutual labels:  ejs
instahelper
Self Hosted Web Based Instagram Automation Tool
Stars: ✭ 21 (-32.26%)
Mutual labels:  social-media
Data-Mining-on-Social-Media
Python scripts to extract tweets and facebook posts from public users.
Stars: ✭ 99 (+219.35%)
Mutual labels:  social-media
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-61.29%)
Mutual labels:  social-media
bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 1,499 (+4735.48%)
Mutual labels:  social-media
buttons
Make sharing fast and secure.
Stars: ✭ 18 (-41.94%)
Mutual labels:  social-media
micro-template.js
A template engine on JavaScript which like embed js
Stars: ✭ 49 (+58.06%)
Mutual labels:  ejs
hyouka
Um bot open-source com dashboard incluída
Stars: ✭ 12 (-61.29%)
Mutual labels:  ejs
EANN-KDD18
EANN: event-adversarial neural networks for multi-modal fake news detection
Stars: ✭ 171 (+451.61%)
Mutual labels:  social-media
TradeByte
💸 TradeByte - Stocks Trading Simulation WebApp
Stars: ✭ 30 (-3.23%)
Mutual labels:  ejs
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-58.06%)
Mutual labels:  social-media
dtube
Decentralized video sharing & social media platform on Ethereum blockchain.
Stars: ✭ 70 (+125.81%)
Mutual labels:  social-media

wasteof.money

wasteof.money is a social media with aspects inspired from Twitter and Scratch.

Pictures

How to install to help contribute

wasteof.money requires a mongodb database to function. You can use a free cloud hosted version by following the instructions here.

Setup

Install node, npm and mongodb.

Start

First, clone the repo.

git clone https://github.com/jeffalo/wasteof.money.git

Next, open the folder

cd wasteof.money

Next, install it and its dependancies

npm i

Next, build the css

npm run tailwind:build

.env

Set up your .env

Either run npm run setup (recommended), or follow these instructions.

  • MongoDB needs DB_URL env variable (For example, DB_URL=localhost/social)
  • (Optional) LISTEN_PORT env variable default 8080

Finally, start the app!

node .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].