-
could contain package.json like this,
to make building easier vie npm install -d:
{
"name": "blog"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "2.4.3"
,…
-
Hi i am getting this error when i am clicking on Login with google button.
This is the list of dependencies I am using in my project.
"dependencies": {
"ejs": "^3.1.6",
"express": "^…
-
Hello,
I tried to load font , on localhost it all went smoothly, but it was different from the server
Depency:
```
"dependencies": {
"body-parser": "^1.19.0",
"bwip-js": "^3.1.0",
…
-
### Description
1. I would like to enhance the UI design of the team page to improve its visual appeal and user experience. Also, I would suggest adding a footer section to give easy access to essent…
-
For the initial framework we will use express with node js.
-
## forum-express : log 2
forum을 만들 테크는 아래와 같다.
- **node.js** : 런타임 프레임워크
- **express** : 서버 구현
- **ejs** : template engine (서버사이드 렌더링)
- **mongoDB/mongoose** : Atlas를 이용한 비관계형DB 구현
- **AWS** …
-
This is the style i made for positiveemotions.ejs file in views folder , now i want to apply the same styles to all the other files present in views folder for consistent styling of pages.…
-
Please add the required dependencies to the readme file, or add a package.json file.
Just cloning the git repo and adding the dependencies in the readme didn't work.
I had to add additional dependen…
-
your module can be used with template engines?
```
app.engine('php', phpExpress.engine);
app.set('view engine', 'php');
app.engine('.html', require('ejs').__express);
app.set('views', __dirname + '/v…
-
# MongoDB
Mongoose, atlas, cli
----
# Express
Ejs or any other view engines
----
# React
I gues this repo already has react.
----
# NodeJs
Controller, project structures, m…