Skip to main content

MERNcraft is an automation script designed to kickstart your MERN stack application development. It helps you set up a basic project structure with React for the frontend and Express for the backend.

Project description

MERNcraft

MERNcraft is an automation script designed to kickstart your MERN stack application development. It helps you set up a basic project structure with React for the frontend and Express for the backend.

MERNcraft on GitHub

View the MERNcraft project on GitHub here.

Features

  • Frontend Setup: Creates a React application using create-react-app with multithreading support.
  • Backend Setup: Sets up a basic Express server with a sample server.js file.
  • Project Structure: Organizes the project into frontend/ and backend/ directories.
  • Top-Level Files: Includes a README.md and .gitignore for project documentation and Git management.

Use Cases

  • Quickly start a new MERN project with a clean structure.
  • Prototype MERN stack applications.
  • Automate the setup of MERN projects for testing or learning purposes.

Getting Started

  1. Run the Automation Script

    Install the MERNcraft package from PyPI using pip:

    pip install MERNcraft
    

    OR

    Clone this repository or download the script and run it to create your project structure:

    git clone https://github.com/Hardvan/MERNcraft
    cd MERNcraft
    python MERNcraft.py
    

    The script will:

    • Create the project directories and files.
    • Set up the React frontend.
    • Set up the Express backend.
    • Generate a README.md and .gitignore file.
  2. Start the Frontend

    Navigate to the frontend directory and start the React app:

    cd frontend
    npm start
    

    Open http://localhost:3000 to view your React app.

  3. Start the Backend

    Navigate to the backend directory and start the Express server:

    cd backend
    npm run dev
    

    Open http://localhost:5000 to view your Express server.

Project Files

  • MERNcraft.py: The main automation script that sets up your MERN project.
  • frontend/: Contains the React application created with create-react-app.
  • backend/: Contains the Express server setup.
    • server.js: The entry point for the Express server.
    • models/: Directory for database models.
    • routes/: Directory for API routes.
    • controllers/: Directory for handling business logic.
  • README.md: Project documentation (this file).
  • .gitignore: Contains files and directories to be ignored by Git.

Notes

  • Ensure you have Node.js and Python installed to run the automation script and manage dependencies.
  • Customize your React and Express applications as needed.

Happy coding! 🚀

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MERNcraft-1.0.2.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

MERNcraft-1.0.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file MERNcraft-1.0.2.tar.gz.

File metadata

  • Download URL: MERNcraft-1.0.2.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.4

File hashes

Hashes for MERNcraft-1.0.2.tar.gz
Algorithm Hash digest
SHA256 a1fa5c79dc2e5fb974bbe9b8dada7af5fd3abd03ad31d85ad2467b9ad12fb8d4
MD5 b8372e59f45c7603be55bd2e76494ffc
BLAKE2b-256 41a1bd3189497356eb8bf601ee61f58f375457feaa2570c2fd059d02bd21c693

See more details on using hashes here.

File details

Details for the file MERNcraft-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: MERNcraft-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.4

File hashes

Hashes for MERNcraft-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bf6d65c3a8c7567e8fe6fbe8460d3fe590ee1bb64669600753e34da4321b550a
MD5 6a6fbd3a4f71ddacd68ca81b0cd1871a
BLAKE2b-256 4403c5fc29a932cfbc5ccb5d03a1a1cdf5c9b2b186b2c0f8f0571f37a8bb034e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page