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

https://github.com/zeioth/adrian-innotopic-test

A first contact with the technologies
https://github.com/zeioth/adrian-innotopic-test

Last synced: about 1 year ago
JSON representation

A first contact with the technologies

Awesome Lists containing this project

README

          

# Base project

This is an angular+apollo+graphql example that performs CRUD operations.

# How to run

cd Client
npm install
npm start

cd Server
npm install
npm start

Now you can visit:

* http://localhost:4200/webpack-dev-server/
* http://localhost:4000/

Problems encountered: It doesn't actually perform CRUD yet because I have to solve some bootstrap/jquery issue. But every part of the skeleton project skeleton should be there.