https://github.com/wolfchamane/arturo-martinez-commonshare-technical-assessment
https://github.com/wolfchamane/arturo-martinez-commonshare-technical-assessment
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfchamane/arturo-martinez-commonshare-technical-assessment
- Owner: Wolfchamane
- License: mit
- Created: 2025-07-29T14:23:51.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-07-29T16:36:11.000Z (10 months ago)
- Last Synced: 2025-07-29T17:15:55.272Z (10 months ago)
- Language: TypeScript
- Size: 490 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommonShare Technical Assessment by Arturo Martínez
Requirements:
- NodeJS & NPM
- Any web browser, preferably Chromium-based (e.g., Chrome, Edge, Brave)
## Setup
Make sure to install dependencies:
```bash
# npm
npm ci
```
## Development Server
Start the development server by running:
```bash
# npm
npm run dev
```
Now you can access the application at http://localhost:3000.
Use any of provided users at [./server/data/users.json](./server/data/users.json) to log in, all users do have the same password: `password123`.