Skip to content

germancutraro/Login-App-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login App

The idea is that you can download this project to use and adapt it for any project in node.js.

Instalation

Install all dependencies

npm install

Run app

npm start

Run app with Nodemon

npm run dev

Usage

If you want to add new routes, create your file in the routes folder, there, you just can write your endpoints. Nevertheless if you want functionality create a new controller file (like controllers/user.js) then import all the functions in your routes file. And of course you can modified the User model. I leave a public folder for future projects, in this repo is empty with three folders.

To change the index title, go to: routes/index.js and change the title value.

Any question: [email protected]

Built With

  • Node.Js
  • Express.Js
  • MongoDB
  • Passport.Js
  • Ejs

Author

germancutraro

Why

  • Application for future projects or practices