Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelocarnevale/livebank
https://github.com/angelocarnevale/livebank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelocarnevale/livebank
- Owner: AngeloCarnevale
- Created: 2023-09-28T19:50:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T19:50:32.000Z (about 1 year ago)
- Last Synced: 2023-12-12T20:44:27.681Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://livebank.vercel.app
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Livebank
A simple bank app full stack, to learning Django Rest Framework, React Native and Nextjs
[Project's badges]
About •
Key Features •
Getting Started •
FAQ •
Roadmap •
Support •
License## About
Simple overview of use/purpose.
## Key Features
- Web
- Register user
- Mobile
- Send money
- Fund transfer
- Payment card
- Profile infos
- Api
- Authentication
- Bank operations## Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- pnpm
- poetry### Installing and Running
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
```bash
# Clone this repository
$ git clone https://github.com/AngeloCarnevale/Livebank# Go into the repository
$ cd Livebank# Run
$ pnpm i
```#### Server
```bash
$ cd server
$ poetry install
$ poetry shell
$ python manage.py migrate
$ python manage.py runserver
```## FAQ
### Is it any good?
[yes.](https://news.ycombinator.com/item?id=3067434)
## Roadmap
- [x] Add this README.
- [x] Finish Web
- [x] Finish Api
- [ ] Finish Mobile## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
MIT
## Acknowledgments
Inspiration, code snippets, etc.
- [Deploy Turborepo on Vercel](https://vercel.com/docs/monorepos/turborepo)
## You may also like...
- [Diego Bank](https://github.com/diego-bank)
----
> GitHub [@AngeloCarnevale](https://github.com/AngeloCarnevale) ·