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

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

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