Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fazt/tsblog

A simple Website Blog using Nodejs,Typescript and Mongodb
https://github.com/fazt/tsblog

handlebars mongodb nodejs typescript

Last synced: 2 days ago
JSON representation

A simple Website Blog using Nodejs,Typescript and Mongodb

Awesome Lists containing this project

README

        

# TSBlog
The TsBlog(typescript blog) is a simple MPA(Multi-page Web application) which allows you to have a simple Website to post simple Stories.
The application is a full Javascript/Typescript application using Nodejs, Mongodb, Handlebars and related technologies.

# Environment Variables
In order to execute this project, you need to stablish the following environment variables:
- MONGODB_URI (This is the Mongodb string connection)

Addtionally you can set these env variables too.
- PORT (to stablish the server port)