Welcome to the Svelte Stock Manager project! This is a README file that provides an overview of the project and its setup instructions.
Svelte Stock Manager is a web application built with the SvelteKit framework. It allows users to manage stocks and track inventory in a convenient and user-friendly manner. The application integrates with a database to store stock information, and it utilizes encryption techniques to secure sensitive data.
Before you can run the Svelte Stock Manager application, ensure that you have the following:
To get started with the Svelte Stock Manager project, follow these steps:
git clone https://github.com/pedroddjkkk/SvelteStockManager.git
cd SvelteStockManager
npm install
.env
file based on the provided .env.example
file:cp .env.example .env
.env
file with your own configurations. Make sure to replace the placeholder values with the appropriate values for your database connection and secrets.DATABASE_URL='url for database connection'
AUTH_SECRET='secret for encryption'
SECRET_CREATE_TOKEN='temporary secret for creating user'
npm run dev
http://localhost:5173/
to view the application.Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
The Svelte Stock Manager project is open-source software licensed under the MIT license. Feel free to use, modify, and distribute it as per the terms of the license.
I would like to express our gratitude to the open-source community for providing the tools and frameworks that made this project possible.
If you have any questions or need further assistance, please don't hesitate to reach out. Happy managing your stocks with Svelte Stock Manager!