/library-management-system

This poject is used to help learning CRUD operations in nodejs using Sequelize in databases

Primary LanguageTypeScript

library-management-system

This poject is used to help learning CRUD operations in nodejs using Sequelize in databases

Installation

Use the package manager npm to install dependencies.

For web.

yarn install

yarn start

For api.

yarn install

yarn dev

Make sure you have installed MySQL and Nodejs in your system.

Environment variables are used to store sensitive data. Rename the .env.template file in the root directory and replace the values with your own.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project Status

This project is currently in development. Users can add, delete, update and view books. Functionality to add, delete, update and view authors is in progress.

Acknowledgements