A web application to share notes and track issues based on Trello.
A platform that is specifically aimed for programming teachers and students where teachers can create courses, upload lectures, invite students & other teachers and set programming lab assignments to be handed.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- npm
https://www.npmjs.com/get-npm
- For the backend check this repository
https://github.com/Kandeel4411/peam-backend
- Clone the repo.
git clone https://github.com/ramishenouda/peam.git
- Run npm install inside /peam to install npm packages.
npm install
- Use the command npm run start, to run the front end.
npm run start
- Open your browser & navigate to http://localhost:3000/
http://localhost:3000/.
This project is licensed under the MIT License - see the LICENSE.md file for details