Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shufanshahi/redrick_routinson
https://github.com/shufanshahi/redrick_routinson
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shufanshahi/redrick_routinson
- Owner: shufanshahi
- Created: 2024-10-10T14:02:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:24:35.000Z (3 months ago)
- Last Synced: 2024-10-19T13:57:43.160Z (3 months ago)
- Language: JavaScript
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redrick-Routinson
Simplify your university life.## Team Members
- [Aimaan Ahmed]()
- [Afra Anika](https://github.com/afraanika21)
- [Shufan Shahi](https://github.com/shufanshahi)
- [Abdullah Al Jubaer Gem](https://github.com/jubaer36)
- [Tanjil Hasan Khan](https://github.com/zzhasanzz)
- [Asif or Alif Rashid ](https://github.com/alifrashid00)## Build and Run
### Clone the repository
To clone the repository, type the command in any folder.
```
git clone https://github.com/shufanshahi/redrick_routinson
```
This will create a folder 'redrick_routinson' in that directory.
It will have a complete copy of this repository. With a '.git' folder inside.### Download packages
Open the terminal and run this two commands
```
pip install -r requirements.txt
```
```
npm i
```
```
npm install @chakra-ui/react @emotion/react @emotion/styled framer-motion
```
```
npm install @chakra-ui/icons
```
```
npm install react-datepicker
```
open an terminal and run```
npm run dev
```
then open another terminal at the backend folder and to run the app.py by running this command```
python app.py
```