Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csdev19/waki-app
money admin app
https://github.com/csdev19/waki-app
nextjs prisma reactjs vercel
Last synced: about 2 months ago
JSON representation
money admin app
- Host: GitHub
- URL: https://github.com/csdev19/waki-app
- Owner: csdev19
- Created: 2023-10-15T17:13:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T23:25:40.000Z (about 1 year ago)
- Last Synced: 2023-10-29T21:30:07.428Z (about 1 year ago)
- Topics: nextjs, prisma, reactjs, vercel
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waki-app - A web app for financial management
## Author(s)
- [Cristian Sotomayor @csdev19](https://github.com/csdev19)
## Description
This is a web app for financial management. It is built with Next.js, Prisma, and PostgreSQL.
## Next steps
- [x] Create a `docker-compose.yml` file to create a database locally.
- [x] Create a seed file to populate the database with some data.
- [ ] Figure out how to run this project entirely in local.
- [ ] Add a step by step guide to deploy this project to Vercel.
- [ ] Add a step by step guide to create a database in Vercel.
- [ ] Add a step by step guide to run this project locally.## Getting Started
For now we don't have an step by step guide to run this project locally.
## Based on the following tutorial
Fullstack Authentication Example with Next.js and NextAuth.js
This is the starter project for the fullstack tutorial with Next.js and Prisma. You can find the final version of this project in the [`final`](https://githyarub.com/prisma/blogr-nextjs-prisma/tree/final) branch of this repo.