ACM Connect
is 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
React
and the backend inNode.js
withTypeScript
- Run
git clone https://github.com/acmlabs/ACM-Connect
cd ACM-Connect
npm i
to install the required dependenciesnpm run tsrun
to run the server and deploy the site
- ACM Connect stores the resumes on
AWS S3
and usesAWS DynamoDB
for 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
.env
file 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 dev
compiles 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 build
inserver/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.com
if you have any questions / concerns.