This project is a web application built with Node.js, Express, MongoDB, and Vue 3 using Typescript. The application provides a CRUD of posts.
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]
To install the project dependencies, run the following command in the project root:
npm installThen in /server directory, run the following command:
npm installTo run the client, execute the following command in the project root:
npm run devThe server will start on port 5173
And for the server run the following command in the /server directory:
npm run devThe client will start on port 3000
- Node.js [19.8.1]
- Express [4.18.2]
- MongoDB [6.0.4]
- Vue.js [3.2.47]
- Vite [4.2.0]
This project is licensed under the MIT License - see the LICENSE file for details.