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

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

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