Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladbrok/vue-dev-test-task


https://github.com/vladbrok/vue-dev-test-task

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend dev test task

Task-Frontend-1

## Local setup

1. Clone the repository

```sh
git clone https://github.com/VladBrok/vue-dev-test-task.git
```

2. Install dependencies

```sh
npm ci
```

3. Create a .env file with the required environment variables (see .env.example file).
DATABASE_URL should contain a mongodb connection string. To set up the mongodb database, please refer to the [documentation](https://www.mongodb.com/docs/).

4. Run the project in development mode

```sh
npm run dev
```

## Deployment

To deploy the project on Vercel, please refer to the [documentation](https://vercel.com/docs/getting-started-with-vercel/import)