Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/japrozs/spam

A website to publish your thoughts to other people's inboxes
https://github.com/japrozs/spam

digitalocean docker dokku git nextjs node people psql spam techstack typescript vercel

Last synced: 26 days ago
JSON representation

A website to publish your thoughts to other people's inboxes

Awesome Lists containing this project

README

        

# Spam
Spam is a new way to publish your thoughts to other people inboxes

# Folder structure

| Folder | Description |
| ------------------ | ----------------------------------------------- |
| [dodge](dodge) | The web app built with `next.js` |
| [nissan](nissan) | The `graphQL` server built with `express` |
| [scripts](scripts) | Scripts regarding deployment and docker config. |
| [.github](.github) | Github settings config. (eg. `CODEOWNERS`) |
| [.vscode](.vscode) | Project settings for `VSCode` |

## How to start the app

To run the app, follow the steps given below:

```bash
git clone https://github.com/japrozs/spam.git
cd spam
cd nissan
yarn install
yarn watch
# create a new terminal window and type
cd nissan
yarn dev
# create a new terminal window and type
cd dodge
yarn dev
```

### Change the environment variables

After these commands, the app will run on localhost:3000/