Skip to content
/ Anthology Public

The anthology social media app created for the team project module 2023

Notifications You must be signed in to change notification settings

tmff/Anthology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anthology

This is the repository for anthology, a daily poetry writing web application.

Architecture & Techstack

We are using a combination of React, Django and Postgresql for this app.

React is our front end web application, which calls our rest api. This can be found in the poemfrontend directory.

Our rest api has been made with Django, utilising a postgresql database. This can be found in the backend directory.

A good example of how we have linked these together is the Register form. On the frontend, it has input fields for name, email, username and password.

On submit, it uses axios to send a POST request to our backend django server at /register. It then returns a response which will be processed by our front end.

If successful, it uses the user model to create a new user and adds them to the database.

About

The anthology social media app created for the team project module 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published