An open API service indexing awesome lists of open source software.

https://github.com/srijan-paul/woot

A social media app like twitter and reddit made with Express, NodeJS, EJS and MongoDB.
https://github.com/srijan-paul/woot

nodejs social-network web

Last synced: 3 months ago
JSON representation

A social media app like twitter and reddit made with Express, NodeJS, EJS and MongoDB.

Awesome Lists containing this project

README

          

# Woot
Woot is a WIP social media app that attempts to be a friendlier, smaller version of existing
sites like Reddit and Twitter. It is written in Javascript, with EJS, NodeJS, Express and MongoDB.

## Building and running
To build and run the site, first setup a mongoDB cloud account [here](https://www.mongodb.com/cloud),
take note of the URI you're provided with and paste it in a `.env` file in the root of this directory.

```
MDB_PASSWORD=
JWT_SECRET=
```

Next, install all the dependencies:

```
npm install .
```

To launch the site in dev mode, use `npm run dev`, and to build and deply for production use:

```
npm run build
npm run serve
```

## Hosted link
Coming soon!