Aoof.ca is a web application that seems like a regular portfolio website, but has a hidden feature that is useful for me and my friends. The website is a Svelte frontend with an Express.js backend.
- Will be available in the frontend and backend READMEs
- Review the frontend and backend READMEs for installation instructions
- How to run the program
- Frontend
cd frontend
npm run dev
- Backend
cd backend
npm run dev
- Frontend
The frontend of this project is located in the frontend directory. It is a Svelte project. For more details, refer to the frontend README.
The backend of this project is located in the backend directory. It is a Node.js and Express.js project. For more details, refer to the backend README (if available).
Abdulrahman Mousa (aoof.ca)
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details