Your branch is up to date with 'origin/main'. Changes to be committed: modified: index.html modified: src/App.jsx new file: src/components/FileUploader/FileUploader.css new file: src/components/FileUploader/FileUploader.jsx new file: sveege-notes-db/.github/copilot-instructions.md new file: sveege-notes-db/.gitignore new file: sveege-notes-db/README.md new file: sveege-notes-db/manifest.yml new file: sveege-notes-db/package-lock.json new file: sveege-notes-db/package.json
51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
<br>
|
|
<p align="center">
|
|
<a href="https://manifest.build/#gh-light-mode-only">
|
|
<img alt="manifest" src="https://manifest.build/assets/images/logo-transparent.svg" height="55px" alt="Manifest logo" title="Manifest - A backend so simple that it fits in a YAML file" />
|
|
</a>
|
|
<a href="https://manifest.build/#gh-dark-mode-only">
|
|
<img alt="manifest" src="https://manifest.build/assets/images/logo-light.svg" height="55px" alt="Manifest logo" title="Manifest - A backend so simple that it fits in a YAML file" />
|
|
</a>
|
|
</p>
|
|
|
|
<p align='center'>
|
|
<strong>1-file backend to ship fast</strong> <br> <span>Manifest is an open source, portable backend with data, storage, logic, auth and admin UI to ship Prototypes and MVPs.
|
|
</span>
|
|
|
|
## Description
|
|
|
|
Welcome to your [Manifest](https://github.com/mnfst/manifest) project ! Feel free to replace this README by your own.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ npm install
|
|
```
|
|
|
|
## Running the app
|
|
|
|
To run the app in the development mode:
|
|
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
- Open [http://localhost:1111](http://localhost:1111) to open your admin UI it in your browser
|
|
- Open [http://localhost:1111/api](http://localhost:111/api) to view your REST API documentation
|
|
|
|
The page will reload when you make changes.
|
|
|
|
## Seed dummy data
|
|
|
|
Seeds some dummy data for your entities:
|
|
|
|
```bash
|
|
npm run seed
|
|
```
|
|
|
|
## Community & Resources
|
|
|
|
- [Docs](https://manifest.build/docs) - Get started with Manifest
|
|
- [Discord](https://discord.gg/FepAked3W7) - Come chat with the community
|
|
- [Github](https://github.com/mnfst/manifest/issues) - Report bugs and share ideas to improve the product.
|