Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/japrozs/spam
- Owner: japrozs
- License: mit
- Created: 2021-07-23T07:54:59.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-05T20:55:21.000Z (2 months ago)
- Last Synced: 2024-09-28T18:06:45.755Z (about 1 month ago)
- Topics: digitalocean, docker, dokku, git, nextjs, node, people, psql, spam, techstack, typescript, vercel
- Language: TypeScript
- Homepage: https://spam.japrozsaini.me
- Size: 3.76 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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/