Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fazt/tsblog
- Owner: fazt
- Created: 2019-04-23T22:55:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T12:26:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:47:04.505Z (7 months ago)
- Topics: handlebars, mongodb, nodejs, typescript
- Language: HTML
- Size: 339 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)