Ucode project: develop the app for financial accounting
- Clone This Project
git clone
- Go to Project Directory
cd cashflow && cd python
- Create a Virtual Environment
python3 -m venv env
- Activate Virtual Environment
source env/bin/activate
- Install Requirements Package
pip install -r requirements.txt
- Create Migration
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Create Super User
python manage.py createsuperuser
- Finally Run The Project
python manage.py runserver
Front-End - HTML/CSS/JavaScript/Bootstrap Back-End - Java 14, Gradle, SQL Technologies: Spring Framework, Spring Boot, Spring Security PostgreSQL
- Clone This Project
git clone
- Go to Project Directory
cd cashflow && cd java
- You have to install PostgreSQL
brew install postgresql
- Create user and databases:
psql postgres; CREATE USER root WITH PASSWORD 'qwerty'; CREATE DATABASE [your login]; CREATE DATABASE cashflow; exit;
- apply maven wrapper, if necessary:
mvn -N io.takari:maven:wrapper
- Run App:
./gradlew bootRun
- open in browser website:
http://localhost:8080/cashflow
View: