Skip to content

This forum is used as a spiritual healing forum, by posting some heart-warming sentences to share everyone's current status, which can also help some people who are at a low point.

Notifications You must be signed in to change notification settings

david188888/Oasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oasis Froum

This Oasis Forum is used as a spiritual healing forum, by posting some heart-warming sentences to share everyone's current status, which can also help some people who are at a low point.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Oasis Startup Guide

  • You can use git clone git@github.com:david188888/Oasis.git to clone the project which is in my repositories.

  • Unzip the zip folder

The mian requirements of the project

  • Python  3.10.0
  • Node.js 18.15.0
  • npm 9.6.2
  • vite.js/plugin-vue 4.3.4
  • Django  4.1
  • djangorestframework 3.14.0
  1. The requirements of the backend are in the requirements.txt.
  2. The requirements of the frontend are in the package.json.

Run the backend server of Django

  • create a virtual environment and switch to backend folder.

  • Install the django using pip install django first.

  • Run the command pip install -r requirements.txt to install the dependencies.

  • Go to the backend folder.

  • Migrate the database using python manage.py makemigrations firstly and then using python manage.py migrate.

  • Using python manage.py runserver to start the backend server of Django.

Start the frontend server of Vue3

  • You should install the node first.
  • go to the Oasis folder.
  • use npm install to install the dependencies.
  • use npm run dev to start the frontend server of Vue3.
  • Now you can click on its url to enter our website.

About

This forum is used as a spiritual healing forum, by posting some heart-warming sentences to share everyone's current status, which can also help some people who are at a low point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors