Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marialobillo/bookshop-project
- Owner: marialobillo
- Created: 2022-12-27T18:10:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T17:37:32.000Z (over 1 year ago)
- Last Synced: 2024-11-15T21:35:34.682Z (2 months ago)
- Topics: api-rest, backend, expressjs, frontend, jest, mongodb, nodejs, typescript, vuejs
- Language: JavaScript
- Homepage:
- Size: 6.05 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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