Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosh-konappanavar/innobyte
The Innobyte application allows users to sign up or log in using a one-time password (OTP) for managing users in the backend authentication system.
https://github.com/santosh-konappanavar/innobyte
boostrap express-js git html-css-javascript mongodb-atlas node-js reactjs
Last synced: 10 days ago
JSON representation
The Innobyte application allows users to sign up or log in using a one-time password (OTP) for managing users in the backend authentication system.
- Host: GitHub
- URL: https://github.com/santosh-konappanavar/innobyte
- Owner: Santosh-Konappanavar
- License: mit
- Created: 2024-04-04T14:36:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:43:15.000Z (7 months ago)
- Last Synced: 2024-04-18T14:12:16.275Z (7 months ago)
- Topics: boostrap, express-js, git, html-css-javascript, mongodb-atlas, node-js, reactjs
- Language: JavaScript
- Homepage: https://innobyteregister.netlify.app/
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Innobyte 🛠️
The Innobyte application allows users to sign up or log in using a one-time password (OTP) for managing users in the backend authentication system.
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [:notebook: API Documentation](#api-docs)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Innobyte Backend**
This app is built with Rearct.js and node.js.
- [Live Demo](https://innobyteregister.netlify.app/)
## To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Mac or PC
- Install node.js
- Install react.js
- Install npm
### Setup
- Clone this repository to your desired folder:
```sh
git clone https://github.com/Santosh-Konappanavar/Innobyte
```
- Navigate into the cloned folder
```sh
cd server
npm init -y
```
```sh
cd client
npm install or npm init -y
```
### Install
Install this project with the following:
- Start the server
```sh
nodemon app.js or npm start
http://localhost:1080/
```
- Start the client
```sh
npm start
http://localhost:3000/
```
INNOBYTE The Innobyte application allows users to sign up or log in using a one-time password (OTP) for managing users in the backend authentication system.
Client
- React.js
- Redux
- Boostrap
- CSS
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Node.js and npm for package installation.
```
$ node --version && npm --version
```
### Setup
Clone this repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone https://github.com/Santosh-Konappanavar/Innobyte
```
- Navigate into the cloned folder
```sh
cd client
```
```bash
$ npm install
```
### Usage
Kindly modify the files as needed.
In the project directory, you can run:
```
$ npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
## API Documentation
- to check the Api-docs
- http://localhost:1080/api-docs/
👤 **Santosh Konappanavar**
- GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar/Portfolio-mobile-setup)
- LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/Innobyte/issues).
If you like this project, please give a ⭐️
This project is [MIT](https://github.com/Santosh-Konappanavar/Innobyte/blob/main/LICENSE) licensed.