https://github.com/rajatnair/angular-nodejs-sql
A sample frontend on Angular 9 with REST API backed on NodeJS and Sqlite
https://github.com/rajatnair/angular-nodejs-sql
Last synced: 3 months ago
JSON representation
A sample frontend on Angular 9 with REST API backed on NodeJS and Sqlite
- Host: GitHub
- URL: https://github.com/rajatnair/angular-nodejs-sql
- Owner: RajatNair
- Created: 2020-04-12T17:27:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:02:16.000Z (over 2 years ago)
- Last Synced: 2025-01-15T20:42:54.313Z (4 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A sample frontend on Angular 9 with REST API backend on NodeJS and Sqlite
### [Angular Frontend](./angular-frontend)
Built using Angular 9.1.1, Typescript, ~~Akita~~, Bootstrap, Rxjs, Webpack
- Setup the project based on instructions in the README.MD
- Build project using `npm run release-build`
- Package project into Docker image### [NodeJS Backend](./nodejs-backend)
Built using NodeJS, Typescript, TypeORM, Express, SQLite
- Setup the project based on instructions in the README.MD
- Build and package project into Docker image### [E2E Testing](./testing-e2e)
Built using Cypress, Typescript, Webpack
- Setup the project based on instructions in the README.MD
### Docker Compose
Once you build the individual Docker images, use the `docker-compose.yaml` file to deploy them `docker-compose up -d`