/assignment_roxiler

This repository is created by Sujal Tangde for submitting the assignment of "Roxiler Systems" for MERN Stack Developer Intern

Primary LanguageJavaScript

Roxiler Systems MERN Stack Developer Intern Assignment

Getting Started

To get started with the assignment project, follow these steps:

Prerequisites

  • Node.js: Make sure you have Node.js installed on your computer. You can download it from nodejs.org.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/sujaltangde/assignment_roxiler.git
  2. Change into the frontend directory:

    cd client
  3. Install the frontend dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Return to the main directory and change into the backend directory:

    cd ..
    cd server
  6. Install the backend dependencies:

    npm install
  7. Run the development server:

    nodemon server.js

Tech Stack

  • Frontend: React.js, Chart.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Styling: Tailwind CSS

Note: The database used in this project is local and not hosted.