This project is simple demonstration of Form where clients can submit their personal information in a database with their passwords hashed before getting stored in the database.
Project is created with:
- mongodb: 3.6.3
- mongoose: 5.11.4
- express: 4.17.1
To run this project, install it locally using npm:
$ npm install
$ npm start