Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riteshpuvvada/anonymous-board
Create a forum, chat or replay anonymously.
https://github.com/riteshpuvvada/anonymous-board
anonymous-chat board helmetjs javascript message mocha node-js security
Last synced: 3 months ago
JSON representation
Create a forum, chat or replay anonymously.
- Host: GitHub
- URL: https://github.com/riteshpuvvada/anonymous-board
- Owner: RiteshPuvvada
- Created: 2021-07-27T08:14:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T00:57:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:42:52.348Z (3 months ago)
- Topics: anonymous-chat, board, helmetjs, javascript, message, mocha, node-js, security
- Language: JavaScript
- Homepage: https://helpful-rectangular-apparatus.glitch.me/
- Size: 478 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Anonymous Board 💬
# Project Anonymous Board
- Add `.env` file to the project
- ``SET NODE_ENV`` to `test`
- Set DB to your mongo connection string
- Complete the project in `routes/api.js` or by creating a handler/controller
- You will add any security features to `server.js`
- You will create all of the functional tests in `tests/2_functional-tests.js`
## Technologies
- Node
- Express
- Helmet
- Mocha-Chai
- MongoDB
- javascript
- Html
- CSS## Installation:
- clone this repository
```
$ git clone https://github.com/RiteshPuvvada/Anonymous-Board.git$ cd Anonymous-Board
$ npm install
$ npm start or npm run dev
```
## Test board:- [/b/General/](https://helpful-rectangular-apparatus.glitch.me/b/General)