Skip to content

The Kanbas Node Server App is the backend server for the Kanbas React Web App. This server is built using Node.js and Express.js to provide RESTful API endpoints for managing tasks in a Kanban-style task management application.

Notifications You must be signed in to change notification settings

thisissophiawang/kanbas-node-server-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanbas Node Server App

The Kanbas Node Server App is the backend server for the Kanbas React Web App. This server provides RESTful API endpoints for managing tasks in a Kanban-style task management application.

🚀 Features

  • RESTful API endpoints for task management
  • Built with Node.js and Express.js
  • Designed to work seamlessly with the Kanbas React Web App frontend

🛠️ Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed
  • npm (Node Package Manager) installed
  • nodemon installed globally (npm install -g nodemon)

🏁 Getting Started

To get the Kanbas Node Server up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/your-username/kanbas-node-server-app.git
    
  2. Navigate to the project directory:

    cd kanbas-node-server-app
    
  3. Install dependencies:

    npm install
    
  4. Start the server:

    nodemon app.js
    

The server will start running on http://localhost:4000.

🔧 Configuration

The server runs on port 4000 by default. If you need to change this, you can modify the port in the app.js file.

About

The Kanbas Node Server App is the backend server for the Kanbas React Web App. This server is built using Node.js and Express.js to provide RESTful API endpoints for managing tasks in a Kanban-style task management application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published