https://github.com/guilhermebkel/anonymous-message-board
A forum where you can create threads and reply it anonymously.
https://github.com/guilhermebkel/anonymous-message-board
angular8 bcrypt expres helmet mocha postgresql rest-api restful-api tdd
Last synced: 7 months ago
JSON representation
A forum where you can create threads and reply it anonymously.
- Host: GitHub
- URL: https://github.com/guilhermebkel/anonymous-message-board
- Owner: guilhermebkel
- Created: 2019-06-06T09:13:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T14:01:32.000Z (about 6 years ago)
- Last Synced: 2025-01-21T14:45:16.851Z (9 months ago)
- Topics: angular8, bcrypt, expres, helmet, mocha, postgresql, rest-api, restful-api, tdd
- Language: JavaScript
- Homepage: https://anonymous-message-board.firebaseapp.com/
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anonymous Message Board
![]()
That's a forum which you can use to create boards, threads and replies in a anonymous way.## Dependencies
```npm run install```## Environmental Variables
```
PORT=3000
LOCAL_HOST=http://localhost:3000
ONLINE_HOST=
DATABASE_URL=
FORCE_SYNC=0
NODE_ENV=development
```