Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mongodb-developer/symfony-mongodb-rental-workshop

Symfony Demo Application - A Docosourus workshop to built a Symfony and MongoDB rental booking web applicaiton. Symfony Demo Application.
https://github.com/mongodb-developer/symfony-mongodb-rental-workshop

database demo doctrine doctrine-odm-mongodb mongodb php symfony symfony-application webapp

Last synced: 1 day ago
JSON representation

Symfony Demo Application - A Docosourus workshop to built a Symfony and MongoDB rental booking web applicaiton. Symfony Demo Application.

Awesome Lists containing this project

README

        

# symfony-mongodb-rental-workshop
A Docosourus based workshop to built a Symfony and MongoDB rental booking web applicaiton.

Application code repo is found under the [mognodb-developer/symfony-mongodb-atlas-rentals](https://github.com/mongodb-developer/symfony-mongodb-atlas-rentals) repository.

It is a step by step tutorial hosted [here](https://mongodb-developer.github.io/symfony-mongodb-rental-workshop/).

## Running the repository
```
npm install
npm start
```

## Building the website
```
npm build
```