https://github.com/banjerr/turner-title-search
simple Angular 5/MongoDB/Node.js/Express app
https://github.com/banjerr/turner-title-search
Last synced: 8 months ago
JSON representation
simple Angular 5/MongoDB/Node.js/Express app
- Host: GitHub
- URL: https://github.com/banjerr/turner-title-search
- Owner: Banjerr
- Created: 2018-05-26T18:20:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T18:04:48.000Z (about 8 years ago)
- Last Synced: 2025-03-04T09:32:08.199Z (over 1 year ago)
- Language: TypeScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TurnerTitleSearch
Docker-compose version coming soon...
# To Run Apps
After cloning the repo and `cd`ing into the root of it...
- Run `npm install` in both the `src/server` and `src/client` directories
- To start the node server run `node src/server/index.js`
- To start the app server run `cd src/client && ng serve`