omerfdemir / blog-posts-api

Blog Posts API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Demo Api Project

This project is an demo project for blog posts api.

Getting Started

Prerequisites

Node.js Npm MongoDB

Installing

Clone the repository

git clone https://github.com/omerfdemir/blog-posts-api.git

On project root run the command below to get necessary libraries.

npm install

Run project

npm start

Running the tests

Run the command below to get necessary libraries

npm install --only=dev

Run the test by typing

npm test

Built With

  • [Node.js]- The backend
  • [Express] - Web framework
  • [MongoDB] - Database
  • [Mongoose] - Database ORM
  • [Mocha] - Testing framework
  • [Chai] - Assertion library

Author

  • Ömer Faruk Demir - - Github

License

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

About

Blog Posts API

License:MIT License


Languages

Language:JavaScript 100.0%