Skip to content

Merkur39/boilerplate-react-adonis-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate React AdonisJS API

Installation

Requirements :

bun install

Create a .env file in the /api directory (follow the .env.example file).

Usage

# Start all services
bun run dev
# Or start the client
bun run dev:client
# Or start the api
bun run dev:api
# Or start the shared (for types and utils)
bun run dev:shared

Tips VSCode : You can use the Run Task then dev:all to start all services at once in the integrated terminal (splitted).

And then open your browser to :

  • http://localhost:5173 to see the client running.
  • http://localhost:3333 to see the API running.

License

This project is distributed under the GNU General Public License v3.0.

See the LICENSE file for more information.

Dependencies licenses

This project uses the following libraries, each under the MIT license:

  • AdonisJS v6 – Backend framework for Node.js.
  • React v19 – JavaScript library for building user interfaces.

Files originating from these libraries remain under their original MIT license. You can review their respective licenses in their official repositories.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published