Skip to content

parthparmar7/soulskill-assignment

Repository files navigation

soulskill-assignment

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:

  1. Name
  2. Phone number
  3. Email id
  4. 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

About

Form which takes in data to store into MongoDB cloud with a backend of Node and frontend of Vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published