Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change the Local Json setting to use Crud #14

Open
crunchytoast opened this issue Nov 12, 2020 · 1 comment
Open

Can't change the Local Json setting to use Crud #14

crunchytoast opened this issue Nov 12, 2020 · 1 comment

Comments

@crunchytoast
Copy link

What am I missing? I commented out the local json option but it still doesn't allow me to use the database for crud.

` constructor() {

/*const api = false;
const url = './assets/params/json/';*/

const api = true;
const url = 'http://localhost:5004/'; 

this.config.api = api;
this.config.url = url;`
@ganatan
Copy link
Owner

ganatan commented Nov 25, 2020

Hi crunchytoast,

I have fix many problems.

you can test.

cd backend
cd postgresql-express-crud
npm install
npm run start

cd frontend
npm install
npm start

And Test with

bye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants