Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacklam718/fullstack-web-demo
coding test for a full stack developer position
https://github.com/jacklam718/fullstack-web-demo
Last synced: 3 days ago
JSON representation
coding test for a full stack developer position
- Host: GitHub
- URL: https://github.com/jacklam718/fullstack-web-demo
- Owner: jacklam718
- Created: 2020-09-12T15:09:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T15:10:34.000Z (over 4 years ago)
- Last Synced: 2024-12-28T13:17:28.353Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fullstack Web Developer Test
# Development
## Install dependencies
`yarn`## Server
### Run API server
```sh
# default will listen on port `8080`
yarn start:server
```test api endpoint:
`curl http://localhost:8080/api/users`
## Front-end
Start the front-end server
```sh
yarn start:client
```