Sanctuary v21 is a modern web application that serves as a platform for users to manage and explore various resources efficiently.
The purpose of Sanctuary is to provide a seamless experience for users seeking to manage their resources and connect with others.
Sanctuary is built using the following technologies:
- Frontend: React with Tailwind CSS
- Backend: Fastify with MongoDB
- Clone the repository:
git clone https://github.com/TheeZeeOhh/sanctuary.git cd sanctuary - Install dependencies for both frontend and backend:
cd frontend npm install cd ../backend npm install
- Configure your database connection in the backend.
- Start the server:
cd backend npm start - Start the frontend:
cd frontend npm start - Visit
http://localhost:3000to view the application.