Learn how to set up and develop the project locally
1. Clone the repository
2. Install dependencies
3. Database Setup
.env.example
to .env
.env
4. Start Development Server
http://localhost:1111
Database Commands
Development Commands
package.json
scripts.db-reset
or migrate-dev-reset
will clear all data in your database. Use with caution!