Skip to content

A member portal used by IEEE-HKN honor society members at the University of California, San Diego.

License

Notifications You must be signed in to change notification settings

HKN-UCSD/hkn-server

Repository files navigation

HKN Portal Monorepo

All code related to the HKN portal belongs here.

Portal Link: https://portal.hknucsd.com/

Frontend And Backend READMEs And Guides:

Quick Access To Guides:

  • On all things git, such as branch naming, the PR process, the branch creation process, etc.
  • On coding conventions for frontend, backend and both.

To Install Dependencies

Do this before you build/start the project!

Check if you have node version 12.14.0. Then, run...

cd frontend; npm i; cd ../backend; npm i; cd ..

To Start Fullstack

docker compose up

To Rebuild Containers From Images

docker compose up --build

To Remove Containers

docker compose down

To Develop Frontend In Isolation

Make sure that the api url in your .env file points to our hosted dev-api server if you'd like to develop frontend in isolation

cd frontend; npm run start

About

A member portal used by IEEE-HKN honor society members at the University of California, San Diego.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published