Giter VIP home page Giter VIP logo

wallet-dashboard's Introduction

alt text

Wallet dashboard

Запуск базы данных

В корневой папке

docker-compose up

Применение миграций

cd backend

Через Go

go run migrator/*.go

Через Makefile

make migrations

Запуск бэкенда

cd backend

Через Go

go run main.go

Через Makefile

make run

Запуск фронтенда

cd frontend

npm run dev

wallet-dashboard's People

Contributors

iewher avatar

Watchers

 avatar

wallet-dashboard's Issues

Add database migrations

If you want other people to be able to run this project, they must be able to get the database into the required state.

Migrations are often stored as numbered files. A separate table is created in the database to track which files have been applied.

Create separate user structures for different functions

For example, during registration you should not require a user ID, because it is generated either by the database or the backend.

When sending user information, it is better not to send even a hashed password to the user.

Also, in the future, the database may store additional parameters that you do not want to transmit to users in any form.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.