This is U Impactify, the E-Learning website dedicated to serve the social purpose sector. Users can use this platform to develop their company's capacity, teach, and engage in various courses.
Learn, Grow, and Give with Us
View Demo
·
Report Bug
·
Request Feature
with Heroku at https://uimpactify.herokuapp.com/
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/navn-r/uimpactify
- Install and Start the Project
# frontend init. cd frontend npm install ng build --watch # backend init. cd .. cd backend npm install nodemon # or you can do npm start