https://github.com/paradocx96/my-notetion-angular
https://github.com/paradocx96/my-notetion-angular
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradocx96/my-notetion-angular
- Owner: paradocx96
- Created: 2022-12-29T09:50:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T01:06:57.000Z (over 3 years ago)
- Last Synced: 2025-01-24T17:47:10.038Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://mynotetion.vercel.app
- Size: 861 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyNotetion
## Technologies
| |
|---------------------|
| Angular 14 |
| TypeScript |
| Bootstrap 5.3 |
| Auth (LocalStorage) |
## Installation and Setup
1. Clone the repository
2. Install dependencies with `yarn install`
3. Run the development server with `ng serve` and navigate to `http://localhost:4200/`
4. Run build with `ng build`
5. Run tests with `ng test`
6. Run e2e tests with `ng e2e`
## Backend API
The backend API is available at [my-notetion-api-express](https://github.com/paradocx96/my-notetion-api-express)