Rohitrky2021 / Vahan_CRUD_MYSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vahan Assignment - Assignment :

This project is a rudimentary headless CMS with basic CRUD functionality, developed as part of the SDE intern assignment. It allows users to create different entities, perform CRUD operations on them, and stores data in a MySQL database.

Built With

  • ReactJS: .
  • Node.js
  • Express.js
  • MySQL

Getting Started

1. Clone the Repository and Install Dependencies:

git clone https://github.com/Rohitrky2021/Vahan_CRUD_MYSQL
cd cd backend 
npm install

2. Run the Development Server: Run the following command to launch the development server: backend server will start on port 3000.

npm run start

3. Open a new terminal window/tab and navigate to the frontend folder.

5. Install frontend dependencies by running: npm install.

6. Start the frontend development server by running: npm start.

About


Languages

Language:JavaScript 86.4%Language:HTML 8.4%Language:CSS 5.2%