Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manthanank/blog-app
Full Stack Blog App
https://github.com/manthanank/blog-app
angular expressjs mongodb ngrx nodejs rxjs
Last synced: about 6 hours ago
JSON representation
Full Stack Blog App
- Host: GitHub
- URL: https://github.com/manthanank/blog-app
- Owner: manthanank
- Created: 2024-02-18T06:17:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:19:43.000Z (3 months ago)
- Last Synced: 2024-07-30T22:44:34.145Z (3 months ago)
- Topics: angular, expressjs, mongodb, ngrx, nodejs, rxjs
- Language: TypeScript
- Homepage: https://blog-app-manthanank.vercel.app
- Size: 515 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
This is a full-stack blog application built with Angular, Node.js, Express, and MongoDB.
## Features
- User authentication (register, login, logout)
- Create, read, update, and delete blog posts
- Comment on blog posts## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Node.js
- npm
- MongoDB### Installation
1. Clone the repository
```sh
git clone https://github.com/manthanank/blog-app.git
```2. Install NPM packages
```sh
cd blog-app
npm install
cd backend
npm install
```3. Start the server
```sh
npm start
```4. Navigate to `http://localhost:3000` in your web browser
## Built With
- [Angular](https://angular.io/)
- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [MongoDB](https://www.mongodb.com/)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details