Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paradocx96/my-notetion-angular


https://github.com/paradocx96/my-notetion-angular

Last synced: 29 days ago
JSON representation

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)