Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minericefield/smartphone-app-designers-portfolio-client
https://github.com/minericefield/smartphone-app-designers-portfolio-client
composition-api typescript vue vue-cli vue3
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minericefield/smartphone-app-designers-portfolio-client
- Owner: minericefield
- Created: 2021-06-11T18:12:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T14:06:05.000Z (over 3 years ago)
- Last Synced: 2024-04-09T15:09:47.851Z (7 months ago)
- Topics: composition-api, typescript, vue, vue-cli, vue3
- Language: Vue
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smartphone-app-designers-portfolio-client
Learning theme of NestJS.
## Development
#### API
1. `$ git clone https://github.com/minericefield/smartphone-app-designers-portfolio-server`
2. `$ cd smartphone-app-designers-portfolio-server`
3. `$ docker-compose up -d --build`
4. `$ docker-compose run --rm server yarn seed:dev`#### Client
1. `$ git clone https://github.com/minericefield/smartphone-app-designers-portfolio-client`
2. `$ cd smartphone-app-designers-portfolio-client`
3. `$ yarn install`
4. `$ yarn serve`
5. Access to `http://localhost:8080`#### Login to Admin Console
1. Access to `http://localhost:3000`
2. You can login with
- Email: `[email protected]`
- Password: `Password1234_`## Features
- Display designs added by Admin Console.
- Invite new admins with authority.## Cores
- Vue3
- Composition api
- NestJS