Skip to content

nurdtechie98/LetsGetItDone

Repository files navigation

AIT IA-A

How to run it:

  • clone the directory git clone https://github.com/nurdtechie98/LetsGetItDone.git
  • enter the directory cd LetsGetItDone
  • download all the dependencies npm i
  • goto .env file
  • start mongoDB
  • specify PORT (if only you dont want it on 8080 for some reson) and DB_URI(most of will have it running locally on 27017 so no need)
  • goto terminal and during development run the command npm run watch
Experiment 3
Routing
Demonstrate the use of JSON API with express.js
Server and client application TLS: demonstrate the use of Server and client application using node.js
Implemeted using websockets
  • server is created in app.js itself
  • Client file named client.js
    In order to run start our server, then in another tab `node client.js`
Setting cookies with cookie-parser: Demonstrate an example for setting and reading cookies using the cookie-parser module
Custom middleware to check the user age is valid or not
File operation
Authenticate with an email address
Cluster module
Prompting user input via CLI To run `node utils/prompt.js`
File Upload

About

A dump of all exercises for AIT coursework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published