Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marialobillo/bookshop-project

Bookshop-project is built using nodejs, expressjs, jest and vuejs
https://github.com/marialobillo/bookshop-project

api-rest backend expressjs frontend jest mongodb nodejs typescript vuejs

Last synced: 10 days ago
JSON representation

Bookshop-project is built using nodejs, expressjs, jest and vuejs

Awesome Lists containing this project

README

        

# bookshop-project (Vuejs-Expressjs)

## Summary

A Book Shop

## How to Install

```
git clone https://github.com/marialobillo/bookshop-project
cd bookshop-project
```

### Frontend Setup:

For frontend we have to move to the frontend folder so:

```
cd frontend
```

Installing dependencies:

```
npm install
```

And for run the Vuejs app:

```
npm run dev
```

### Backend Setup:

In `api` folder run the following command for installing dependencies:

```
npm install
```

## Authors