Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladbrok/vue-dev-test-task
https://github.com/vladbrok/vue-dev-test-task
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladbrok/vue-dev-test-task
- Owner: VladBrok
- Created: 2023-08-20T10:08:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T07:41:23.000Z (over 1 year ago)
- Last Synced: 2024-10-23T00:38:46.581Z (2 months ago)
- Language: Vue
- Homepage: https://vue-dev-test-task.vercel.app
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)