test-graphql
A backend for front-end test with GraphQl
install dependencies
npm install
#DB
use json-server for a standalone easy usability.
launch database :
npm run start-db
db test file location : ./db.json
- Adam@gmail.com (simple user)
- eve@gmail.com (Landlord)
password: password
Users, Properties, booking and rooms
#Express / GraphQl server
start server
npm start