Skip to content

Reworked version of personal blog powered by REST API and Angular PWA.

License

Notifications You must be signed in to change notification settings

yuriymironov96/mironov_blog_pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mironov_blog_pwa

Reworked version of personal blog powered by FastAPI and Angular PWA.

Running backend app

Before running the backend app, you should create a .env and put it in the root of project. This file sould include DATABASE_URL, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB. DATABASE_URL Should be in the following format: postgresql+psycopg2://{POSTGRES_USER}:{POSTGRES_PASSWORD}@db:5432/{POSTGRES_DB}.

make init - initialize docker containers.

make generate_migrations message={your custom message} - generate migration.

make migrate - apply migrations.

make run - run application.

About

Reworked version of personal blog powered by REST API and Angular PWA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published