Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucassklp/blog-with-mean-stack-using-ts
A web-application of a blog using MEAN (MongoDB, Express, Angular, NodeJS - with TypeScript) made for learning purpose.
https://github.com/lucassklp/blog-with-mean-stack-using-ts
expressjs mongodb mongoose node node-js
Last synced: about 1 month ago
JSON representation
A web-application of a blog using MEAN (MongoDB, Express, Angular, NodeJS - with TypeScript) made for learning purpose.
- Host: GitHub
- URL: https://github.com/lucassklp/blog-with-mean-stack-using-ts
- Owner: lucassklp
- License: mit
- Created: 2019-12-19T16:20:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:50:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T23:02:07.527Z (over 1 year ago)
- Topics: expressjs, mongodb, mongoose, node, node-js
- Language: TypeScript
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog-with-mean-stack-using-ts
To run this application, you must do following steps:
1. Clone this repository using ```git clone https://github.com/lucassklp/blog-with-mean-stack-using-ts.git```
2. Run ```npm install```
3. Run ```npm start```