A social event to rebrand the pec acm css as the whole.
We ll start with the website and rebrand everything that comes in the way.
- NextJs
- Material UI
- CSS3
- SpringBoot API Backend
Target is to build a whole new brand of the computer science society.
-
If you are added as a contributor, clone the repository directly. Otehrwise, fork the repo and clone it.
-
Install dependencies:
yarn i
. DO NOT USE NPM.You should have
docker
installed. -
Run
docker compose up
, or if you have backend setup on your device, run the backend parallely on port8080
-
To start the application :
yarn dev
.Periodically take pull of the latest docker image (using
docker pull pecacm/acm-website
), as the versions of backend keep on upgrading. -
Copy the
.env.example
into.env.local
and add the values of variables, you can leave the spreadheet envs and fill the rest. -
Register a new user from ui and verify from email. OR you can use pre existing user in your database, if you have local backend setup.
-
Have fun with coding :)