A project that aims to help students on collaborative working
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
We noticed a gap in the existing platforms for sharing knowledge and staying updated. None of them truly met the needs of students. That's why we created EducationEmpire; a free platform designed specifically for students to share learning materials and exchange ideas.
Our mission is to address the shortcomings of other platforms by offering a solution that combines functionality with simplicity. With its sleek, user-friendly design and absolutely no subscription fees, EducationEmpire makes it easy for anyone to get started. All you need is an account, and you're ready to dive in!
These steps will get you started if you want to have a local copy running on your system
Get the latest npm version
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/marvin2k0/webtech.git
- Install NPM packages
npm install
- Setting environment variables
Set parameters in the .env and .env.secret files located in ./backend
- Start the backend server
cd backend npm run start - Start the frontend server
cd frontend ng serve
After starting the project, open a web browser and navigate to the specified domain (by default, it's http://localhost:4200/). You'll be greeted by the landing page. To get started, create an account by clicking the "Sign Up" button in the top-right corner. The process from there is straightforward!
- Courses
- File sharing
- Friend list
See the open issues for a full list of proposed features (and known issues).
EducationEmpire on Twitter - @EduEmpire24
Project Link: https://github.com/marvin2k0/webtech