https://github.com/amrdb/book-store
Book Store built using Vue.js - Nuxt.js - Vuetify - Express - MongoDB - Mongoose
https://github.com/amrdb/book-store
Last synced: 4 months ago
JSON representation
Book Store built using Vue.js - Nuxt.js - Vuetify - Express - MongoDB - Mongoose
- Host: GitHub
- URL: https://github.com/amrdb/book-store
- Owner: amrdb
- Created: 2021-02-05T19:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T22:06:40.000Z (over 4 years ago)
- Last Synced: 2025-02-23T15:13:30.264Z (over 1 year ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js with Express
> [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) = Book Store:
## Installation
```bash
npm install
```
## Commands
| Command | Description |
|---------|-------------|
| npm run dev | Start ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on [http://localhost:3000](http://localhost:3000). |
| npm run build | Build the nuxt.js web application for production. |
| npm start | Start ExpressJS server in production. |
## Examples
- [Handling Protected SSR Routes](https://github.com/nuxt/express/blob/master/protected-ssr-api.md)
## Documentation
- [ExpressJS](http://expressjs.com/en/guide/routing.html)
- [Nuxt.js](https://nuxtjs.org/guide/)
- [Vue.js](http://vuejs.org/guide/)
## Licenses
- [ExpressJS license](https://github.com/expressjs/express/blob/master/LICENSE)
- [NuxtJS license](https://github.com/nuxt/nuxt.js/blob/master/LICENSE.md)
- [VueJS license](https://github.com/vuejs/vue/blob/master/LICENSE)