Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

63 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Wikigame

Welcome to the Wikigame project! This guide will help you set up the backend and frontend of the Wikigame. Let's get started! πŸš€

πŸ› οΈ Setup Instructions

πŸ–₯️ Setting up the Backend

  1. Clone the repository πŸ“‚

    git clone git@github.com:Darleanow/WikiGame.git
  2. Navigate to the project directory πŸ“

    cd WikiGame
  3. Set up a virtual environment 🌐

    python -m venv .venv
  4. Activate the virtual environment 🐍

    .venv\Scripts\activate

    Note: If you are on MacOS or Linux, use source .venv/bin/activate instead.

  5. Install the required packages πŸ“¦

    pip install -r ./wikigame_backend/requirements.txt
  6. Run the backend server πŸš€

    python ./manage.py runserver

    Your backend server should now be running on http://127.0.0.1:8000/ πŸŽ‰

🌐 Setting up the Frontend

  1. Navigate to the frontend directory πŸ“

    cd ../wikigame_frontend
  2. Install the frontend dependencies πŸ“¦

    npm install
  3. Run the frontend development server πŸš€

    npm run dev

    Your frontend server should now be running on http://localhost:3000/ πŸŽ‰

πŸ“œ Summary

You've now set up both the backend and frontend for Wikigame! Here are the quick steps summarized:

  1. Backend Setup:

    • Clone the repo
    • Navigate to the project directory
    • Set up and activate the virtual environment
    • Install dependencies
    • Run the server
  2. Frontend Setup:

    • Navigate to the frontend directory
    • Install dependencies
    • Run the development server

πŸŽ‰ Congratulations!

You're all set up to start developing with Wikigame. Happy coding! ✨

πŸ’¬ Need Help?

If you encounter any issues, feel free to open an issue on GitHub. I'm here to help!


Made with ❀️ by myself :p

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages