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

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.

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
```