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.
- Host: GitHub
- URL: https://github.com/anshul-sonpure/loginsystem
- Owner: Anshul-Sonpure
- Created: 2022-01-26T17:34:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T10:38:43.000Z (over 3 years ago)
- Last Synced: 2025-01-26T00:34:14.697Z (over 1 year ago)
- Topics: ejs-templates, expre, express, express-js, expressjs, nodejs, render
- Language: EJS
- Homepage: https://medium.com/@theautobot/what-is-api-and-api-testing-1d36e23ab29e
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)