Lightning is your essential Web Application for efficient and secure API Testing. It offers robust authentication and authorization to safeguard your data. Effortlessly make HTTP requests, send and receive data via JSON, and access comprehensive response details, including headers and status codes. Organize your requests into collections, track your API history, and streamline your workflows with Lightning's intuitive interface and powerful features. Experience the electrifying efficiency of Lightning and revolutionize your API interactions.
- ✅ Modern & Stateful User Interface - React.js
- ✅ Interactive Elements & Features - React.js
- ✅ MVC Structured Business Logic - Express.js
- ✅ User Authentication System - Mongoose ODM
- ✅ User Account Encryption - BCrypt & Mongoose
- ✅ Structured & Organized Codebase - TypeScript
✏️ FRONT-END TECHNOLOGIES | 🤖 BACK-END TECHNOLOGIES | 🗃️ DATABASE & LIBRARIES |
---|---|---|
💻 PLATFORM | ✏️ EDITORS |
---|---|
-
- Click the green <> Code button.
- Download the zip folder locally.
- Unzip the folder to find the project.
- Or, you can clone the repo instead.
- Or, you can fork the repo first.
git clone https://github.com/RyxnDmello/React-NodeJs-Lightning.git
-
- Install the latest Node.js version.
- NPM should be installed with Node.
- Open the project using your preferred IDE.
- Open the terminal at the project location.
-
- Install all dependencies mentioned below.
- Install Nodemon globally for development.
- Nodemon is only required for development.
npm install
npm install nodemon -g