Skip to content

saketh169/NUTRI-CONNECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

NUTRI-CONNECT DEPLOYMENT

This project consists of a backend and frontend setup. The backend is a Node.js-based server, while the frontend is a React application :

Deployment

Vercel

Render

  • Frontend: Live Demo

  • Backend: API

  • backend/: Root directory for the backend.

    • node_modules/: Contains backend dependencies.
    • public/: Holds static files served by the backend.
    • src/: Contains backend source code.
      • controllers/: Houses logic for handling requests.
      • db/: Database-related files or configurations.
      • middlewares/: Middleware functions for request processing.
      • models/: Data models (e.g., for database schemas).
      • routes/: Defines API endpoints.
      • utils/: Utility functions or helpers.
      • app.js: Main application file.
      • constants.js: Constant values used across the backend.
      • index.js: Entry point for the backend server.
    • .env and .env-sample: Environment variable files.
    • .gitignore: Files/folders to exclude from version control.
    • .prettierrc and .prettierrignore: Prettier configuration for code formatting.
    • package-lock.json and package.json: Manage dependencies and scripts.
    • Readme.md: Project documentation.
  • frontend/: (Based on the previous image, as no new frontend details are provided.)

    • node_modules/: Contains frontend dependencies.
    • public/: Holds static files like index.html.
    • src/: Contains React source code (e.g., components, styles).
    • .gitignore: Files/folders to exclude from version control.
    • eslint.config.js: Linting configuration.
    • index.html: Main HTML file.
    • package-lock.json and package.json: Manage frontend dependencies.

======= This Repo Contains all React Files

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

About

NUTRI-CONNECT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages