Skip to content

yeetdevDave/Blogging-Platform-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging Platform API

Blogging Platform API is a project to create a simple RESTful API with basic CRUD operations for a personal blogging platform.

How does it work ?

Database and Framework

I used MongoDB and Express.js for this project.

Connection string

Don't forget to change the connection string in the code. const uri = "" // put your string connection here;

Search Index

You need to create a search index on the title, content and category fields in MongoDB Atlas. ('default' is the name of the search index in the code)

How to install ?

git clone https://github.com/yeetdevDave/Blogging-Platform-API.git
cd Blogging-Platform-API
npm install

How to run ?

node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published