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
- Host: GitHub
- URL: https://github.com/zeioth/adrian-innotopic-test
- Owner: Zeioth
- Created: 2021-04-19T18:21:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T15:34:43.000Z (about 3 years ago)
- Last Synced: 2025-03-27T13:47:13.725Z (over 1 year ago)
- Language: TypeScript
- Size: 3.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.