A powerful, consistent, and flexible starter template with tons of integrations.
- Notes app for Meeovi.com
and much more. Take a look at framework.meeovi.com
You will need:
Git = https://git-scm.com/
Nodejs = https://nodejs.org/en/
We recommend postgres as the database
rename .sample.env file to .env
Add your database type to DATABASE_PROVIDER, example is DATABASE_PROVIDER="postgresql" (" " are required)
Add your database credentials to DATABASE_URL, example is DATABASE_URL=postgresql://databaseusername:databasepassword@databasehost:5432/databasename
- git clone https://github.com/meeovi/notes-app
- cd Starter Template
- npm install
- npm run all
Starter Template will be at: http://localhost:3000