Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Fix code in client & server #4

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ logs

node_modules
bower_components
package-lock.json

*.sublime*

Expand All @@ -63,3 +64,7 @@ thumb
sketch

# End of https://www.toptal.com/developers/gitignore/api/java,maven,react
.idea
.mvn
.vscode
dist
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@

- For backend

- Move into paradise/paradise_server
- Move into paradise/paradise_server

`cd paradise_server`

- Install dependencies
- Install dependencies

`mvn clean install`

- Run the server
- Run the server

`mvn exec:java -Dexec.mainClass=com.iaa.paradise_server.ParadiseApplication`

- For frontend
- Move into paradise/paradise-client
- Move into paradise/paradise-client

`cd paradise-client`

- Install dependencies
- Install dependencies

`npm install`

- Run the server
- Run the server

`npm start`
11,650 changes: 0 additions & 11,650 deletions paradise-client/package-lock.json

This file was deleted.

56 changes: 0 additions & 56 deletions paradise-client/package.json

This file was deleted.

77 changes: 0 additions & 77 deletions paradise-client/src/App.tsx

This file was deleted.

Loading