xwenc / library-management-system

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 68.8%Language:JavaScript 21.5%Language:Less 7.4%Language:HTML 2.2%