All you can do with this source code is to learn but not allowed to use the entire information above because this violates our copyright!
- NodeJS >= v15
- As a first step, you need to delete "package-lock.json" file to continue
- You need to re-install all the packages that the project needs to run
npm install
- Start running Express server by
npm start
- Or you can use:
node index.js