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

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

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`