/basicExpressCRUD

Basic Create, Read, Update and Delete action in Express.js

Primary LanguageJavaScript

basicExpressCRUD

Basic Create, Read, Update and Delete action in Express.js

Guides

For the very first time, you need to run this command:

npm install

Since this web app contain sql db, you need to export the sql file to your local machine

*note: database configuration on ./.env.

You can start the web app, with this command:

npm start

Built With

Thanks.