Skip to content

bishoyroufael/atlnts-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atlnts-backend

Fortran Backend API For ATLNTS Web App - JHack 2021!

Install

  • Run nginx/install_nginx.sh
  • Edit /usr/local/nginx/conf/nginx.conf to change the root location to web folder. Absolute path is required
    •       location / {
            root   /home/bishoy/Documents/jhack2020/server/src/atlnts-backend/web;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.html;
            include        fastcgi_params;
        }
      
  • Make sure libsqlite3-dev, libfcgi, libfcgi-dev, and spawn-fcgi are install on the system
  • In the main directory run make
  • Run run_api.sh

About

Fortran Backend API For ATLNTS Web App - JHack 2021!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages