Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app
A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend
https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app
angular4 mongodb restful-api spring-boot spring-data-mongo
Last synced: 3 days ago
JSON representation
A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend
- Host: GitHub
- URL: https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app
- Owner: shuvro
- Created: 2019-07-12T22:43:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:06:06.000Z (over 1 year ago)
- Last Synced: 2024-10-12T08:05:49.004Z (about 1 month ago)
- Topics: angular4, mongodb, restful-api, spring-boot, spring-data-mongo
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Spring Boot, MongoDB, Angular 4, RESTFul API
Build TODO Application using Spring Boot, MongoDB, REST API with AngularJS
## Requirements
1. Java - 1.8.x
2. Maven - 3.x.x
3. MongoDB - 3.x.x
4. Angular CI - 4.x.x
## Steps to Setup
**1. Clone the application**
```bash
git clone https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app.git
```**2. Build and run the backend app using maven**
```bash
mvn spring-boot:run
```The backend server will start at .
**3. Run the frontend app using npm**
```bash
cd todo-frontend
npm install
``````bash
npm start
```Frontend server will run on