Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradocx96/my-notetion-angular
https://github.com/paradocx96/my-notetion-angular
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradocx96/my-notetion-angular
- Owner: paradocx96
- Created: 2022-12-29T09:50:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T01:06:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T07:22:44.871Z (2 months 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)