-
Notifications
You must be signed in to change notification settings - Fork 6
How to run
mindera-school edited this page Apr 27, 2023
·
3 revisions
Clone the this repository
- Install postgresql@14
- Create a database "todo"
- Open the directory
"/BE/toDoListAPI"
onintelij
- Set the environment variables
TYPE=postgresql;HOST=localhost;PORT=5432;NAME=todo;USER={your user};PASSWORD=postgres
- On
aplication.yml
changeddl-auto: validate
toddl-auto: update
- Run application
- Open the directory
"/FE"
in terminal - Install the libraries with
npm install
- Then run with
npm start
Mindera School