issues
search
jsouliss
/
genesis
Personal website
0
stars
0
forks
source link
Create tables for posts and API connection.
#32
Open
jsouliss
opened
3 days ago
jsouliss
commented
3 days ago
Create tables for posts data.
Usage of array is a temporary solution since when more posts are added overtime large amounts of data. stored in an array would not be efficient.
Connect the database to the front end via the usage of an API.
jsouliss
commented
2 days ago
Created the posts table where image, title, and text description will be stored.
Also created user dedicated to the maintanence of the database.