Teckbuff.com is a showcase of the various web services I offer. From web development to consulting, it's all encapsulated in a sleek and user-friendly design. This application is built using the MERN (MongoDB, Express.js, React.js, Node.js) stack, offering robust and scalable solutions to various web needs.
Teckbuff.com serves as an online catalog of the professional web services I provide. It's designed to be a touchpoint for potential clients to understand the breadth of my skills and capabilities.
Project is created with:
- MongoDB: An open-source document database and leading NoSQL database.
- Express.js v4.18.2: Fast, unopinionated, minimalist web framework for Node.js.
- React.js v18.2.0: A JavaScript library for building user interfaces.
- Node.js v18.16.0: A JavaScript runtime built on Chrome's V8 JavaScript engine.
To have this app running on your local computer, please follow the next steps:
Clone repository:
$ git clone https://github.com/AlexAllen247/Teckbuff.git
Navigate to the backend folder:
$ cd backend
Install project dependencies:
$ npm install
Start the backend:
$ npm run dev
Now, the backend should be running locally on port 3001. Then in another terminal window navigate to the frontend folder:
$ cd frontend
Install project dependencies:
$ npm install
Start the app:
$ npm start
Now, the frontend should be running locally on port 3000.
Upon successful installation, you should be able to access the app through localhost:3000 on your preferred browser.
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
Teckbuff.com is MIT licensed.