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.
- Host: GitHub
- URL: https://github.com/srijan-paul/woot
- Owner: srijan-paul
- Created: 2021-04-29T15:31:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T16:26:27.000Z (about 5 years ago)
- Last Synced: 2025-03-18T22:42:00.204Z (over 1 year ago)
- Topics: nodejs, social-network, web
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!