Skip to content

ljenchik/Wiki-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki-Api

RESTful API

Technologies used: Node.js, Express, body-parser, mongoose, mongoDB, Robo 3T, Postman

Required software

  • Docker
  • Node.js
  • Nodemon

To run the application

From command line

 git clone https://github.com/ljenchik/wiki-api.git
 docker run -d -p 27017:27017 --name test-mongo mongo:latest
 npm install
 nodemon app.js

This project is based on the guidance and steps provided by Angela Yu's Udemy "The Complete 2023 Web Development Bootcamp". However, I have enhanced its functionality by adding the ability to update and delete blog posts.

Releases

No releases published

Packages

No packages published