Skip to content

Winning project for the Full Stack category of the 2024 UA Innovate Hackathon

Notifications You must be signed in to change notification settings

TheGoldenPatrik1/ua-innovate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UA Innovate 2024

Our application is a three-tier full-stack web application to assist CGI with managing candidate data.

Frontend

Setup

  • In a terminal, navigate to /frontend.
  • To download the node_modules folder, run the command npm install.
  • To start the app, run the command npm start.

Backend

Setup

  • In a terminal, navigate to /backend.
  • To download the node_modules folder, run the command npm install.
  • Create a file named .env with the following keys:
    • DB_USER set to the username of the database.
    • DB_PASSWoRD set to the password of the database.
    • Optionally, PORT set to the desired port for the Node server to run on (defaulted to 8080).
  • To start the server, run the command nodemon server.mjs.

About

Winning project for the Full Stack category of the 2024 UA Innovate Hackathon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •