Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubical22/resume
this is a simple repository, created to keep the required files for my resume.
https://github.com/cubical22/resume
bootstrap cv expressjs git html-css-javascript reactjs resume-website routing vuejs
Last synced: 3 days ago
JSON representation
this is a simple repository, created to keep the required files for my resume.
- Host: GitHub
- URL: https://github.com/cubical22/resume
- Owner: Cubical22
- Created: 2023-07-28T10:38:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T17:40:27.000Z (about 1 year ago)
- Last Synced: 2024-01-26T08:00:55.615Z (10 months ago)
- Topics: bootstrap, cv, expressjs, git, html-css-javascript, reactjs, resume-website, routing, vuejs
- Language: EJS
- Homepage: https://amo-resume.chbk.run
- Size: 9.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The resume project
this is my first GitHub repository, made rather late into production sadly ;(
I uploaded the following project so that anyone can access the sample projects I uploaded locally.## Getting started:
you can get started with the project really quickly:
1. run `npm install` on the server dir
2. run `npm run devStart` and then, open a browser on local host 3000## Routing done:
since this project is made using different frameworks, the routing done on files
is a mess. There are several different routes the user can access:
1. assets: which can be accessed as simple as `/assets/:id`
2. images: which can be accessed as simple as `/src/images/:id`
this dir also has `/src/images/sample-project-thumbnails/:id`
all images here have a format of `*.png`.
3. libraries: this is used to access the libraries I used locally to build this project.
these files can be accessed using `/libraries/:id`.
4. saves: this one is used to save different information on the server,
such as requests and text-share-saves. some require admin access, some don't.
5. src: this one is used for the projects done on either vueJs or React.
can be accessed like this: `/src/{sub-dir}/:id`.
there are 4 current sub-dirs, including assets, css, js, and svg.
>That marks all of them, if I missed any, I apologize :)
## Note:
the project is also uploaded on the web
here is the full address:
https://amo-resume.chbk.run (currently out of order >_< )