Skip to content

This is a web project we made that is sort of like a stack exchange but meant for Physics specifically.

Notifications You must be signed in to change notification settings

RanMC-9918/physics-is-phun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Physics is Phun Repo

We are a free and open source site dedicated to giving students platform to tutor and learn Physics


Get Started

You can use our website here.


Self-Host

  1. If you want to host the site by yourself, download or clone this repo to your local machine or a cloud server.

  2. After extracting the zip, create a file called ".env" to store your secrets.

  3. You will need to create a POSTGRES database and find its external psql command (you can find out how to make one online)

  4. The .env file should contain one line in this format (no quotation marks around psql command): DBURL=your-psql-command
  5. Finally, run the file in terminal (or vscode terminal) by typing npm run build to build and then npm run start to start.

About

This is a web project we made that is sort of like a stack exchange but meant for Physics specifically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published