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...
- Host: GitHub
- URL: https://github.com/thalkod/simple-restfull-blog
- Owner: ThalKod
- License: mit
- Created: 2017-10-20T15:37:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T15:47:58.000Z (over 7 years ago)
- Last Synced: 2025-04-04T15:40:16.677Z (6 months ago)
- Topics: api, expressjs, javascript, mongodb, nodejs, passport-local, passportjs, rest-api, restful, restful-api, restfull, restfull-blog, semantic-ui
- Language: JavaScript
- Homepage: https://blog-app-893.herokuapp.com
- Size: 3.04 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RESTFull Simple blog
A simple RESTFull Blog.
https://blog-app-893.herokuapp.com

## 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
```