Skip to content

baptonic3/cre-problem-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CRE Problem Solver

Description

This project is a CRE (Chemical Reaction Engineering) problem solver application built using React for the frontend and Node.js for the backend. It utilizes Axios as the API client for communication between the frontend and backend.

The project is structured with two main directories in the root: frontend for the React frontend and backend for the Node.js backend.

Installation

  1. Clone the repository:
    git clone https://github.com/vnitin08/cre-problem-solver.git
  2. Install dependencies for the frontend:
    cd frontend
    npm install
  3. Install dependencies for the backend:
    cd backend
    npm install

Usage

  1. Start the backend server:

    cd backend
    npm start

    The backend server will run on port 3000 by default.

  2. Start the frontend development server:

    cd frontend
    npm run dev

    The frontend development server will run on port 5173 by default.

  3. Open your browser and navigate to http://localhost:5173 to access the application.

Technologies Used

  • React
  • Node.js
  • Axios

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new Pull Request.

Feel free to modify and expand upon this template as needed for your specific project!

About

This is my cll122 course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors