Skip to content

CristianPeralta/posts-vue3

Repository files navigation

PostsVue3

This project is a web application built with Node.js, Express, MongoDB, and Vue 3 using Typescript. The application provides a CRUD of posts.

Requirements

To run this application, you need to have the following installed on your computer:

  • Node.js [versión 19.8.1]
  • MongoDB [versión 6.0.4]

Installation

To install the project dependencies, run the following command in the project root:

npm install

Then in /server directory, run the following command:

npm install

Execution

To run the client, execute the following command in the project root:

npm run dev

The server will start on port 5173

And for the server run the following command in the /server directory:

npm run dev

The client will start on port 3000

Technologies Used

  • Node.js [19.8.1]
  • Express [4.18.2]
  • MongoDB [6.0.4]
  • Vue.js [3.2.47]

Tools

  • Vite [4.2.0]

Author

Cristian Peralta

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published