Backend Node using API RESTful
Project under construction. It pretends to be the backend of a blog where you're allowed to create simple posts
To run this proyect:
- You need to have mongodb installed on your computer. I use Visual Code to run the project.
- First go to C:\Program Files\MongoDB\Server\4.2\bin and run mongod.exe
- Then you have to open a new terminal on the root of the project (wherever you downloaded it) and run npm install
- To finish run npm start
- You can make request to that API using Postman for example
Backend Node usando una API RESTful
Proyecto en construcción. Pretende ser el backend de un blog donde se permitan crear post.
Arrancar el proyecto:
- Necesitas tener instalado MongoDB en el ordenador. Yo uso Visual Code para ejecutar el proyecto.
- Primero ir a C:\Program Files\MongoDB\Server\4.2\bin y ejecutar mongod.exe
- Después abrir la terminal en la raíz del proyecto y ejecutar: npm install
- Para finalizar ejecutar: npm start