ACM Connectis now the best way UT Dallas students can join ACM @ UTD- We launched an initiative to help students get more exposure to recruiters and increase the chances of getting internships and jobs after graduation
- The front-end is built in
Reactand the backend inNode.jswithTypeScript
- Run
git clone https://github.com/acmlabs/ACM-Connect cd ACM-Connectnpm ito install the required dependenciesnpm run tsrunto run the server and deploy the site
- ACM Connect stores the resumes on
AWS S3and usesAWS DynamoDBfor account management - You'll should install the AWS CLI from here.
- If you'd like to test using the UTD account, you'll need to request a key login pair from
aneeshsaripalli@gmail.com - Else you can run the server against your own resources by modifying the
.envfile and changing the resource names - WORK IN PROGRESS ^^
- You can start the server and deploy the site by doing
cd server && npm run dev npm run devcompiles and watches the server directory for changes and points the static file directory toserver/client/build.- Compile changes to the front-end by using
npm run buildinserver/client
- Being a ACM Labs project, ACM Connect will be open source software
- I'll try and set up a way of contributing soon
- Email
aneeshsaripalli@gmail.comif you have any questions / concerns.