Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]

**Innobyte Backend**

## 🛠 Built With

This app is built with Rearct.js and node.js.

### Tech Stack

  • React.js

  • Node.js
  • ## 🚀 Live Demo

    - [Live Demo](https://innobyteregister.netlify.app/)

    (back to top)

    ## 💻 Getting Started

    ## 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 Front-End]

    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.

    ## 🛠 Built With

    ### Tech Stack

    Client

    ## 💻 Getting Started

    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.

    (back to top)

    ## API Documentation
    - to check the Api-docs
    - http://localhost:1080/api-docs/

    (back to top)

    ## 👥 Authors

    👤 **Santosh Konappanavar**

    - GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar/Portfolio-mobile-setup)
    - LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/Innobyte/issues).

    (back to top)

    ## ⭐️ Show your support

    If you like this project, please give a ⭐️

    (back to top)

    ## 📝 License

    This project is [MIT](https://github.com/Santosh-Konappanavar/Innobyte/blob/main/LICENSE) licensed.

    (back to top)