/Contacts-List

Contacts-List is a basic MEAN application for managing contacts list.

Primary LanguageTypeScript

Contacts-List

Contacts-List is a MEAN app i.e, MongoDB, Express, Angular, and Node.JS are the technologies used.

Set-up MongoDB-

To set mongodb, refer this --> https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ for windows.

Create D:\data\db folders
then in terminal, "C:\Program Files\MongoDB\Server\4.4\bin\mongod.exe" --dbpath="c:\data\db".

If the MongoDB database server is running correctly, the Command Interpreter displays:

[initandlisten] waiting for connections

Now to Connect to MongoDB.

To connect a mongo.exe shell to the MongoDB instance, open another Command Interpreter with Administrative privileges and run:
"C:\Program Files\MongoDB\Server\4.4\bin\mongo.exe"

To run:

"node app.js" in the folder "contacts list"
and the "npm start" in another terminal inside client folder...
now go to localhost:4200

Reference

Web Development Full Course - 10 Hours | Learn Web Development from Scratch | Edureka

About The Course:

Full Stack Web Development Masters Program makes you proficient in skills to work with back-end and front-end web technologies. It includes training on:

  1. Web Development,
  2. jQuery, Angular,
  3. NodeJS,
  4. ExpressJS, and
  5. MongoDB.