Skip to content

thomasnol/MessageBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What the project is

A full-stack Create, Read, Update, Delete(CRUD) message board application, where visitors can do CRUD operations on accounts and messages. Includes a word frequency counter powered by AWS Lambda & API Gateway.

How to run it

To run the docker instance, once the docker server is running:

cd fastapi-vue

docker-compose up -d --build

Then visit: http://localhost:8080/

To run after changing the models:

docker-compose exec backend aerich migrate

docker-compose exec backend aerich upgrade

General Technologies

FastAPI, Vue.js, Docker, PostgreSQL and AWS Lambda & API Gateway

All Dependencies/Requirements

Frontend package.json Dependencies:

axios, bootstrap, core-js, vue, vue-router, vuex

Backend Docker Requirements:

aerich, asyncpg, bcrypt, passlib, Fastapi, python-jose, python-multipart, tortoise-orm, uvicorn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published