Giter Club home page Giter Club logo

masspulse's Introduction

MassPulse

Local Installation Guide

This readme file provides step-by-step instructions to install and run a single repository with both the backend and frontend components locally. By following these steps, you'll be able to set up the development environment on your machine and run the application smoothly.

Prerequisites

Before proceeding with the installation, ensure that you have the following prerequisites installed on your machine:

  1. Node.js: Make sure you have Node.js installed on your system. You can download it from the official website: https://nodejs.org

Installation Steps

  1. Clone the Repository: Begin by cloning the repository to your local machine using the following command:
git clone https://github.com/Koushith/masspulse.git
  1. Install Backend Dependencies: Navigate to the backend directory within the cloned repository and install the required dependencies by running the following command:
cd backend
npm install
  1. Configure Backend: Modify any necessary configuration files within the backend directory to match your local environment. Ensure that you set up the correct database connections, API keys, or any other required configurations.

  2. Start the Backend Server: Once the dependencies are installed and the configuration is updated, start the backend server using the following command:

npm start
  1. Install Frontend Dependencies: Navigate to the frontend directory within the cloned repository and install the required dependencies by running the following command:
cd ../frontend
npm install
  1. Configure Frontend: Modify any necessary configuration files within the frontend directory to match your local environment. Update any API endpoint URLs or other relevant configurations if needed.

  2. Start the Frontend Development Server: Once the dependencies are installed and the configuration is updated, start the frontend development server using the following command:

npm start
  1. Access the Application: After the frontend development server starts, you can access the application by opening your web browser and visiting the provided local URL. The application should now be up and running on your local machine.

TechStacks

  • React
  • Node/Express
  • PostgreSQL with Prisma ORM
  • OpenAI SDK and Langchain

Screenshots

masspulse's People

Contributors

amanzrx4 avatar koushith avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.