An API backend for mobile movie ticket booking app.
- Restful API design
- MVC architecture
- Tech stack including: Node.js, Express, MongoDB, Mongoose, ES6
-
brew install mongodb
(installs MongoDB) -
sudo mkdir -p /data/db
(create database) -
sudo chmod 777 /data/db
(set permissions to fill db) -
mongod&
(run mongodb)Open a new instance of terminal/ git bash
-
git clone https://github.com/BenBrewerBowman/MovieTickets_ReactNative.git
-
cd MovieTicketsBackend_ReactNative
-
npm i
-
npm start
Front end can be found here: Movie Tickets React Native.