https://github.com/lee-stevens/atomus-lee
My Angular - Express.JS coding project submission
https://github.com/lee-stevens/atomus-lee
angular expressjs interview-test
Last synced: 3 months ago
JSON representation
My Angular - Express.JS coding project submission
- Host: GitHub
- URL: https://github.com/lee-stevens/atomus-lee
- Owner: lee-stevens
- Created: 2022-10-07T22:12:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T19:46:38.000Z (over 3 years ago)
- Last Synced: 2025-03-23T01:44:41.842Z (over 1 year ago)
- Topics: angular, expressjs, interview-test
- Language: TypeScript
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atomus Lee
### Notes about the project
- Built with Nx
- Built using Angular and Node.js
- Also using: Angular Material, and Nest.js for Node setup
### How to run the app
- cd atomus-lee/apps
- npx serve booking-app
- npx serve node-api
- or use Nx console
### e2e testing
-
### Dependencies & Packages
Install Angular Materials
- npx nx g @angular/material:ng-add --project=booking-app
Cors
- npm install cors
### Key nx commands to remember
Create data structure libraries
- npx nx g @nrwl/workspace:lib data
Create Angular component libraries
- npx nx g @nrwl/angular:lib ui