Skip to content

acharyayush/Udharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Follow these steps to set up the project:

1. Fork the repository

  • Fork the repository and clone it.
  • Navigate to the Udharo directory:
    cd Udharo

2. Install and Set Up MongoDB Compass

MongoDB Compass is a GUI for managing your MongoDB databases.

Install MongoDB Compass

  • Download: MongoDB Compass
  • Install: Follow the complete installation instructions
  • Ensure MongoDB is running
    mongod
    If this does not work, press Win + R and type services.msc. Search MongoDB, right click on it and click start. Now its status should be running.

3. Set up the client

  • Navigate to the client directory:

    cd client
  • Install dependencies:

    npm install
  • Copy the .env.example file to .env:

    cp .env.example .env
  • Run the application:

    npm run dev

4. Set up the server

  • Open new terminal and navigate to the server directory:

    cd server
  • Install dependencies:

    npm install
  • Copy the .env.example file to .env:

    cp .env.example .env
  • Run the server:

    npm run devStart

About

Udharo app to track udharos with details like udharo products, transaction history etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages