Advanced Computer Lab Tasks

- Before coming to the lab !!

  • Make sure that you have vs code installed.
  • Make sure that you have node installed.
  • Make sure that you have Postman installed.
  • Clone the repository to your laptop.
  • Make sure that the server is running with all installations.

In case of any missing libraries.

  • please fix and install everything before coming. Check the package-lock.json to see what you are missing. or you can just type in terminal to install all missing packages:
    npm install 
    

Testing

After cloning the repo, open the source directory

cd src

Run the server

node App.js

or

nodemon App.js

Click here to check Go

DB Connections

Hadwa's grps:

mongodb+srv://Hadwa:hadwa1996@cluster0.hpstsct.mongodb.net/?retryWrites=true&w=majority

Noha's grps:

mongodb+srv://database:1234@cluster0.insh6i0.mongodb.net/?retryWrites=true&w=majority

Nada's grps:

mongodb+srv://atlasDB:atlasDB@cluster0.vt5cm.mongodb.net/test

DO NOT COMMIT TO THIS REPO