Skip to content

csci5117f24/session-06-in-class-Humaidr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render-test

A basic website -- just enough to test out hooking things up to render, and not much more.

We will go over steps in lecture. You should fill out the following:

What steps do I need to do when I download this repo to get it running?

  • pipenv install
  • pipenv install gunicorn
  • Commit and push to github

What commands starts the server?

pipenv run gunicorn server:app

Before render

Before render you will need to set up a more production-grade backend server process. We will do this together in lecture, once that's done you should update the command above for starting the server to be the production grade server.

About

csci5117f24-classroom-session-06-in-class-Render-test created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 60.9%
  • Python 33.1%
  • CSS 6.0%