Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasrmagalhaes/learning-node
Learning Node.js
https://github.com/lucasrmagalhaes/learning-node
express jasmine linkedin-learning mongoose socket-io
Last synced: 1 day ago
JSON representation
Learning Node.js
- Host: GitHub
- URL: https://github.com/lucasrmagalhaes/learning-node
- Owner: lucasrmagalhaes
- License: mit
- Created: 2022-07-07T00:03:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T19:55:26.000Z (over 1 year ago)
- Last Synced: 2024-07-29T19:04:39.167Z (4 months ago)
- Topics: express, jasmine, linkedin-learning, mongoose, socket-io
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
npm i lodash
``````
npm i -g nodemon
``````
npm init --yes
``````
npm i -s express
``````
npm i -s body-parser
``````
npm i -s socket.io
```[MongoDB](https://account.mongodb.com/account/login)
```
npm i -s mongoose
``````
npm i --save-dev jasmine
``````
./node_modules/.bin/jasmine init
``````
npm i --save-dev request
```