Login System Client
A simple client to sign-in in an API, and manage internal data.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
About The Project
When it comes to learn a new technology, the best way for me is creating something, even that what I'm building already exists. This is the reason this project was created, I wanted to learn about svelte and my wife wanted to learn about Rest API's. So we put together some ideas and this project came up. If you want check out the backend you can follow this link.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- node
You can follow the installation guide from the official documentation here
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/samuelsilvadev/login-system-client-svelte.git
- Install NPM packages
npm install
- Create an .env file
cp .env.sample .env
- Update the
API_BASE
value in the .env file
API_BASE=https://api.login-system.com/
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/something-amazing
) - Commit your Changes (
git commit -m 'feat: Add something amazing'
) - Push to the Branch (
git push origin feature/something-amazing
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Samuel Silva - @samuelsilvadev - samuelsilvawb@gmail.com
Project Link: https://github.com/samuelsilvadev/login-system-client-svelte