Coder Social home page Coder Social logo

to-do-app's Introduction

To-Do-App

This project is a MEVN (MongoDB, Express.js, Vue.js, Node.js) application.

Prerequisites

  • Node.js and npm should be installed.
  • Docker and Docker Compose should be installed (optional, for running with Docker).

Manual Setup

Client

  1. Open a terminal and navigate to the client directory.
  2. Run the following command to install dependencies: npm install
  3. After the installation is complete, start the development server: npm run dev
  4. The client application will be accessible at http://127.0.0.1:5173/.

Server

  1. Open a terminal and navigate to the server directory.
  2. Run the following command to install dependencies: npm install
  3. After the installation is complete, start the server: npm start
  4. The server will be accessible at http://localhost:3000.

Additional Notes

  • Modify the environment variables, configuration files, and other settings as per your requirements.
  • Make sure MongoDB is running and accessible at the specified URL in the server configuration. Change the url of MongoDB in the .env server file to 'mongodb://localhost:27017/tasks'.

Docker Setup

If you prefer running the project using Docker, follow these steps to set up the environment:

  1. Make sure Docker and Docker Compose are installed on your system.
  2. Build the Docker images and start the containers using Docker Compose: docker-compose up
  3. The client application will be accessible at http://localhost:80/.

to-do-app's People

Contributors

tayyab-tariq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.