Anshul-Sonpure / LoginSystem

Simple Login System with user authentication, user can perfrom Get and Post operation .Build using node.js and ejs.Deployed on cloud based platform i.e. Render.I have written an article on the same do check the below article on medium.

Home Page:https://medium.com/@theautobot/what-is-api-and-api-testing-1d36e23ab29e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login System using Node.js

Hey Friends,
This project is for those who want to learn how to implement backend(Node.js) routes with the frontend(EJS based template). This project is simple Login based application and once the user is logged in, the user can access the data of all users or can create a new user.

Features

Node.js is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript Engine, and executes JavaScript code outside a web browser.

Tech

  • node.js
  • render - to host the web app
  • git hub - so that you can clone and do some more experiments
  • EJS - html base template

Installation

To access application UI based head towards:
https://login-system-app.onrender.com

I have hosted this application using render(cloud based platform). For your local testing and access. First clone the repo using

git clone https://github.com/Anshul-Sonpure/LoginSystem.git

Then open the repo in your IDE, if you love using VS Code Studio as I do then open a terminal and enter

npm start

You will see Server will start at localhost and port 3000. Access the application using the given user details.

Lessons Learned

While building this application I learned about EJS, PUG template, and how we can use the HTML Form for login and Creating resources. Future enhancements in this project will be update and delete part.

NOTE Try testing the routes in postman, you will learn something new that I also learned.

Thank You
Happy Coding,
Learn,Code and Earn
Stay Safe and Stay Positive :)

About

Simple Login System with user authentication, user can perfrom Get and Post operation .Build using node.js and ejs.Deployed on cloud based platform i.e. Render.I have written an article on the same do check the below article on medium.

https://medium.com/@theautobot/what-is-api-and-api-testing-1d36e23ab29e


Languages

Language:EJS 42.2%Language:JavaScript 40.5%Language:HTML 12.9%Language:CSS 4.4%