Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```