Skip to content

Adonis v5 starter for NiftyCo SaaS applications

Notifications You must be signed in to change notification settings

yasinkavakliat/saas-starter

 
 

Repository files navigation

SaaS Starter

Adonis v5 starter for NiftyCo SaaS applications

Getting Started

To utilize this repository run the following commands

npx groundwork@latest aniftyco/saas-starter my-app

This will clone the repo and get the project setup locally using groundwork.

Once that's done, you can go into your directory and install dependencies.

cd my-app && npm install

After that make sure to copy the .env.example file into your own .env file or Adonis will not startup.

cp .env.example .env

Now you can generate an APP_KEY by running the following command

node ace generate:key

Optionally: You can migrate and seed the database.

node ace migration:run --seed

Now start the application and go to http://localhost:3333 to see your app.

npm start

About

Adonis v5 starter for NiftyCo SaaS applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%