Skip to content

rafazv/node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API

This is a Node.js app that uses Express framework with MongoDB (Mongoose) to create a API REST for a blog that contents users and posts.

Before You Begin

Before you begin check about the basic building blocks that assemble this application:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Quick Install

To install the dependencies for the server, run this in the application folder from the command-line:

npm install

Obs.: You need to install MongoDB to use the application.

Running the Application

Run your application using npm:

npm start

Your application runs on port 3100.

About

This is a Node API for a Blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published