Skip to content

inno-asiimwe/guest-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Technologies used

  • Python Flask Microframework for the backend
  • React for the frontend
  • Postgres for the database
  • Docker and docker-compose for the setup

Folder Structure

  • All backend code is in the folder named backend and all frontend code is the folder named frontend.

Running the Application Locally

The setup uses docker and docker-compose, please ensure that you have them setup on your local machine.

Run make server to start the application, this will also in turn run make setup

Run make test to run tests.

Run make clean to remove all images created.

While the applications is running:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published