Skip to content
/ Iris Public
forked from Skieslol/Iris

Iris is a fast, secure and minimal chat platform that does not track any personal info

License

Notifications You must be signed in to change notification settings

IrisChat/Iris

 
 

Repository files navigation

Iris — Backend

Fly.io Deploy

It's a social app

Iris's Backend. Pair this along with IrisChat/irisfrontend

Running the server

Iris can be accessed online.

To run Iris locally, make sure you have Node.JS and MongoDB Community Server preinstalled.

  1. Create an empty directory and load your CLI
  2. Clone the frontend and backend separately
$ git clone https://github.com/IrisChat/Iris
$ git clone https://github.com/IrisChat/irisfrontend
  1. cd into the backend folder Iris and run
$ npm install
  1. Afterward, run the server using npm start

If everything works, the server output should read Iris:Server running on port [8080]

Running the frontend

Next, open a new terminal and navigate to the frontend folder irisfrontend

Enter the following commands:

$ npm install && npm run dev

Now, point your browser to https://localhost:5173 and try creating an account.

About

Iris is a fast, secure and minimal chat platform that does not track any personal info

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • TypeScript 85.2%
  • HTML 13.1%
  • Dockerfile 1.2%
  • JavaScript 0.5%