An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/anshul-sonpure/loginsystem

ejs-templates expre express express-js expressjs nodejs render

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

          

# _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 :)