PARISH-WEBPAGE - is a full-stack application that aims to present a simple parish website with the ability to edit certain things like intentions and announcements, in the style of a simple "Wordpress". The project consists of three repositories:
Frontend repository (ADMIN PANEL)- This is an admin panel that allows you to manage the parish website, among other things, you can:
- edit/add
- announcements
- intentions
- albums (possibility of uploading photos)
In addition, draft-js has been implemented to use a rich text editor when adding/editing.
YOU CAN ALWAYS CHECK THE APPLICATION HERE.
LOGIN:test@wp.pl PASSWORD:test1234
- Clone the
PARISH-WEBPAGE-ADMIN-PANEL
repository to your computer.
git clone https://github.com/xyashino/parish-webpage-admin-panel.git
- Open the terminal and go to the parish-webpage-front/ folder in the repository.
cd parish-webpage-admin-panel/
- Install packages.
yarn
- Run the application.
yarn dev
THIS APPLICATION REQUIRES A BACKEND SO IF YOU WANT TO RUN IT, YOU NEED TO RUN THE BACKEND OTHERWISE YOU WILL ONLY SEE THE LOGIN PAGE
If you don't change the default settings, everything should work right away.
You need to rename the file from .env.example
to .env
and set the VITE_API_URL
variable to the running server's URL.