Skip to content

Node.js back-end for react-native movie ticket booking app.

Notifications You must be signed in to change notification settings

BenBrewerBowman/movie-tickets-backend

Repository files navigation

Movie Tickets Backend (React Native)

An API backend for mobile movie ticket booking app.

Features

  • Restful API design
  • MVC architecture
  • Tech stack including: Node.js, Express, MongoDB, Mongoose, ES6

DemoLink

Instructions for running:

  1. brew install mongodb (installs MongoDB)

  2. sudo mkdir -p /data/db (create database)

  3. sudo chmod 777 /data/db (set permissions to fill db)

  4. mongod& (run mongodb)

    Open a new instance of terminal/ git bash

  5. git clone https://github.com/BenBrewerBowman/MovieTickets_ReactNative.git

  6. cd MovieTicketsBackend_ReactNative

  7. npm i

  8. npm start

    Front end can be found here: Movie Tickets React Native.


About

Node.js back-end for react-native movie ticket booking app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published