https://github.com/rayniel95/tok
Simple Spring Boot and Angular application. Because Angular is funny!!!!!!!!!!.
https://github.com/rayniel95/tok
angular java mongodb ngbootstrap rest-api spring-boot typescript
Last synced: 3 months ago
JSON representation
Simple Spring Boot and Angular application. Because Angular is funny!!!!!!!!!!.
- Host: GitHub
- URL: https://github.com/rayniel95/tok
- Owner: rayniel95
- Created: 2021-02-14T15:31:06.000Z (over 5 years ago)
- Default Branch: app-dev
- Last Pushed: 2021-02-27T02:44:00.000Z (over 5 years ago)
- Last Synced: 2025-01-17T04:13:26.388Z (over 1 year ago)
- Topics: angular, java, mongodb, ngbootstrap, rest-api, spring-boot, typescript
- Language: TypeScript
- Homepage:
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tok
## About
Simple Spring Boot rest application with Angular and MongoDB.
## How to execute
### Execute rest server
Execute **gradle bootRun** command line inside TokServer folder, it will start test server. Test server will be accesible in http://localhost:8080.
### Execute client
Execute **ng serve** command line inside tokwapp folder, it will start test server. Test server will be accesible in http://localhost:4200.
Username: ray
Password: pass
Note: if you will to use npx execute **npx ng serve**.
### **Important**
1. You will need **mongod** daemon executing in background.
2. You need to execute the application in localhost.
## Requirements
Java:
openjdk 14.0.2 2020-07-14
OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-120.04)
OpenJDK 64-Bit Server VM (build 14.0.2+12-Ubuntu-120.04, mixed mode, sharing)
Spring Boot: 2.4.2
MongoDB:
MongoDB shell version v4.4.3
db version v4.4.3
Build Info: {
"version": "4.4.3",
"gitVersion": "913d6b62acfbb344dde1b116f4161360acd8fd13",
"openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2004",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}
Angular:
See package.json inside tokwapp folder.
jbcrypt: 0.4
Gradle:
Gradle 6.8.2
Node: v14.15.4
npm: 6.14.10
### Some improvements
See Leeme.txt