Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 828 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 828 Bytes

AuthApp

Auth app is a user authentication web application.

Technologies

Html, Css, vanila js, ajax,express,node js,semantic UI

Project Files

index.js

This is the server file

assets

This directory stores all the assets for the project such as css, images and js files.

config

This directory contains configured files for custom middlewares, mongoose,and passport strategies.

controllers

This directory contains files to handle the actions between user and server and vice-versa.

models

This directory contains the DB file

routes

This directory contains the files to route actions to thier appropriate controllers

views

This directory contains the view files

How to setup locally

step 1 - clone to local repository.

step 2 - do npm init.

step 3 - do npm start to run the server.