- Create
moovier_app
database - Create
.env
file - see.env.example
in root of the project- insert your database credentials in
.env
file
- insert your database credentials in
- Run
npm install
to install necessary npm packages - Run
npm run migration:run
to run db migrations - Run
npm start
to start the project
To create new migration run:
npm run migration:generate *table_name*
The created migration will appear in the migrations
folder.
Swagger is running on http://localhost:5001/api-docs
After installing the backend part go and install the frontend part of the application for full experience.