Skip to content

Saurav-Pant/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation


Learning SQL

This project is a simple application that involves a client and a server component. Follow the steps below to set it up locally.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the Repository:

    git clone https://github.com/Saurav-Pant/SQL.git
  2. Navigate to Client Folder:

    cd Client
  3. Install Client Dependencies:

    npm install
  4. Navigate to Server Folder:

    cd Server
  5. Install Server Dependencies:

    npm install

Running the Application

Run Client

cd Client
npm run dev

Run Server

cd Server
nodemon server.js

Now, you should be able to access the application locally.

Contributing

Feel free to contribute to the project by creating issues or pull requests.


About

Learned SQL with this Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published