Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 504 Bytes

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.