Santhu2022 / roxiler-project

Home Page:https://roxiler-santosh.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Project (Roxiler) - Node, Express, React, SQLite

A Full Stack Web Application using Node.js, Express, React, and SQLite.

Table of Contents

Overview

This project is a Full Stack Web Application that utilizes Node.js for the backend, Express as the web framework, React for the frontend, and SQLite as the database.

Prerequisites

Make sure you have the following installed before running the application:

  • Node.js and npm

Installation

  1. Install backend dependencies:

    cd backend
    npm install
  2. Install frontend dependencies:

    cd frontend
    npm install

Usage

To run the application locally, follow these steps:

# Run the backend server
cd backend
node index.js

# Run the frontend
cd frontend
npm start

Directory Structure

  • backend/ # Backend server code

    • index.js
  • frontend/ # Frontend React application

    • src/
      • App.js
      • components/

About

https://roxiler-santosh.onrender.com/


Languages

Language:JavaScript 78.8%Language:CSS 14.9%Language:HTML 6.2%