Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A cloud-based microservice, enabling enterprises to perform CRUD operations for text and image fragments.

Notifications You must be signed in to change notification settings

Rachit1313/fragments

Repository files navigation

Fragments

Welcome to the CCP555 repository! Follow the steps below to get started:

Starting the Server

To start the server using Node.js, run the following command:

node /src/server.js

Alternatively, you can use the provided script to start the server:

npm start

If you want to use nodemon for active file monitoring and automatic server restarts on file changes, use the following command:

npm run dev

Debugging

To connect a debugger to your running process, you can use the following command:

npm run debug

Code Quality Check

To check for errors in your code or to get visual indicators for issues, run the following command for linting:

npm run lint

Once the server is running, it will be available locally at port 8080. You can access your application by opening a web browser and navigating to http://localhost:8080.

About

A cloud-based microservice, enabling enterprises to perform CRUD operations for text and image fragments.

Resources

Stars

Watchers

Forks

Packages

No packages published