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
1.6 KiB
1.6 KiB
1-file backend to ship fast
Manifest is an open source, portable backend with data, storage, logic, auth and admin UI to ship Prototypes and MVPs.
Description
Welcome to your Manifest project ! Feel free to replace this README by your own.
Installation
$ npm install
Running the app
To run the app in the development mode:
npm run start
- Open http://localhost:1111 to open your admin UI it in your browser
- Open http://localhost:1111/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:
npm run seed