Welcome to the Zapal CMS repository! Zapal's front website is more than just a digital presence; it's a reflection of our unique style, core team, vision, mission, and the high-quality services we provide. So here is the our CMS in place, helping us to keep our website up-to-date and relevant!
This repository contains all the code and assets used to build and maintain back-end (CMS) part of our website.
Zapal | Unlock Your Tech Future
- Set own environment variables (from example file
.env.example
) in.env
file - Run the development server with
npm i && npm run dev
(ordocker-compose up
, see Docker) - Open http://localhost:3000/admin in your browser to see the result.
- Create your first admin user using the form on the page
That's it! Changes made in ./src
will be reflected in your app.
Alternatively, you can use Docker to spin up this project locally. To do so, follow these steps:
- Follow step 1 from above, the docker-compose file will automatically use the
.env
file in your project root - Next run
docker-compose up
- Follow steps 3 and 4 from above to login and create your first admin user
That's it! The Docker instance will help you get up and running quickly while also standardizing the development environment across your teams.
Technologies used in the project:
- Payload CMS
- Express
- Next.js
- React
- Axios
- Slugify
- ua-en-translit
- Some love ❤️ and a little bit of magic ✨
This project is licensed under the MIT License