-
Add
.env
file to the project -
SET NODE_ENV
totest
-
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
- Node
- Express
- Helmet
- Mocha-Chai
- MongoDB
- javascript
- Html
- CSS
- clone this repository
$ git clone https://github.com/RiteshPuvvada/Anonymous-Board.git
$ cd Anonymous-Board
$ npm install
$ npm start or npm run dev