Skip to content

JSlomian/pensum-api

Repository files navigation

Pensum API

This is a symfony 7.2 API using api platform for engineering thesis defence. This is part one of two consisting of backend service.

Running in development

Download this repository and make sure you have ddev and docker installed.

  1. Start project
ddev start
  1. Run migrations
ddev php bin/console doctrine:migrations:migrate
  1. Fill database with starting data
ddev php bin/console doctrine:fixtures:load --env=dev --no-interaction
  1. Generate keypair
ddev php bin/console lexik:jwt:generate-keypair --no-interaction --skip-if-exists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors