Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ostathi

Ostathi is a project made for SWE363 project. It is an e-learning website. It connects students with tutors. The website will allow a student to request a session for any topic, then tutors offer to teach that session. The other way around is supported as well; a tutor can post sessions that students can request to join. It is like a freelancing website for tutors and students.

Walkthrough video

https://www.youtube.com/watch?v=t97G6CKAIYw

Tools required

You need to install Node js (v18.15.0) and make sure that npm is updated.

To check the versions of Node and NPM run the following commands:

node -v

npm -v

Running the project

First make sure that you are in the project's directory. i.e, C:\Users\Adnan\Desktop\repos\GitHub\Ostathi>

Then, in the project directory, run the following command to install all the required packages:

npm install

Then run the following command to launch the website:

npm run dev

This command launches the website in the development mode.
Open http://localhost:3000 to view it in your browser.

Note: If port 3000 is busy, then the website will automatically connect to another port which you can see in the terminal.

Also make sure that in env file the localURL is set to the right port.

Users to try the program with

Usernames / Passwords: user1 / pass1 ahmad2 / pass2 yazeed3 / pass3 adnan4 / pass4 mubarak5 / pass5

About

This repo is made for SWE363 project.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages