/form_task

Service in charge to manage a form to add new addresses In a MongoDB instance

Primary LanguageHTMLMIT LicenseMIT

Form task for adding new addresses to a mongoDB

GitHub package.json version GitHub package.json dependency version express Last commit Website MIT License Twitter Follow Workflow badge PRs Welcome

Start with an empty repository and making the git init as follows:

git init
git clone https://github.com/Estebmaister/form_task.git

Adding the files from the original repo in FCC and start to coding.

Scripts

To install all the dependencies :

npm install

To run the server

node server.js

Tasks completed

  1. Make the files to establish the server in NodeJs.
  2. Create an HTML form with basic format in CSS.
  3. Create the testing files.
  4. Make the buttons for the interaction.
  5. Make the connections with the Mongo database.
  6. Run some tests for the connection.
  7. Research about the data extraction.
  8. Complete the extraction functionality.
  9. Apply final effects.