Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minericefield/smartphone-app-designers-portfolio-server
https://github.com/minericefield/smartphone-app-designers-portfolio-server
nestjs typescript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minericefield/smartphone-app-designers-portfolio-server
- Owner: minericefield
- Created: 2021-05-28T16:09:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T07:14:44.000Z (over 3 years ago)
- Last Synced: 2024-04-09T15:09:47.960Z (7 months ago)
- Topics: nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 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-server
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