This README would normally document whatever steps are necessary to get your application up and running.
- Quick summary
- Version
- Learn Markdown
- Please go inside hdfob-wysiwyg folder and write "npm install"
- Please create a bundle file by typing "npm run dev"
- To run the server type command "node server/server.js"
- On browser type "localhost:5000" this will open front page.
- Inorder to run secure server on localhost run it on port - "https://localhost:3000
- Type in this command in root directory "openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days XXX".
- You will be asked some question after that answer them as per the need.
- When they ask you about CommomName - type "localhost"
- When they ask you about passphare - give a name which you will later pass it in server.js file as done by me.
- Two files will be generated after this process.
- Rest of the code in already present in server.js file
- Credential for the site is username : harryanddavid and password:harryanddavid@123
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact