This assignment was given for soulskill screening process.
Objective: Create a web form to collect basic information from a user and store in a database
Using MongoDB, Nodejs and Vuejs(webpack). The validations are performed by vee-validate package.
Elements of the Form:
- Name
- Phone number
- Email id
- Job title
#To run the project:
npm install
#installs the dependancies
npm i -D webpack-cli
#used for running the client side code
npm start
#application served on http://localhost:3000/
#on another terminal run
nodemon server
#starts the nodejs server which is connected to a cloud MongoDB database