Skip to content

kumaraswini-11/backend-tensorgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Feedback Platform

Project Structure

To maintain a clean, maintainable, and scalable codebase, I've adhered to best practices by organizing the project into separate repositories for the frontend and backend components.

Setup and Running the Application

Backend

  1. Navigate to the backend directory and install all the dependencies:
cd backend
npm install
  1. Create a .env file in the backend directory and set up the required environment variables as specified in the .env.sample file. Ensure that sensitive variables are managed securely.

  2. Start the backend server:

npm start

Frontend

Similarly, navigate to the frontend directory, install all the dependencies & start the development server for the frontend.

cd frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published