An open API service indexing awesome lists of open source software.

https://github.com/thalkod/simple-restfull-blog

This a simple version of a RestFull Blog, with user registration/Auth system...
https://github.com/thalkod/simple-restfull-blog

api expressjs javascript mongodb nodejs passport-local passportjs rest-api restful restful-api restfull restfull-blog semantic-ui

Last synced: 2 months ago
JSON representation

This a simple version of a RestFull Blog, with user registration/Auth system...

Awesome Lists containing this project

README

          

# RESTFull Simple blog

A simple RESTFull Blog.

https://blog-app-893.herokuapp.com

![alt text](https://github.com/ThalKod/Simple-RESTFull-Blog/blob/master/index.png)

## Built With

* [Nodejs](https://github.com/nodejs/node) - Node.js JavaScript runtime
* [Express](https://github.com/expressjs/express) - The web framework used
* [MongoDB](https://github.com/mongodb/mongo) - The MongoDB Database

### Start
```
npm install
node app.js
```