A complete social media web application with one-to-one chat functionality. This is the frontend of snapshot-server.
- Clone the repository and go to this repository on your machine.
- In the project you will see .env.local.example file, rename it to .env.local.
- Then run
npm install or yarn
npm start or yarn start
- Then open http://localhost:3000 with your browser to see the result.
- If you want to connect this server with a frontend, you can go through this repository.
- react - as frontend libray
- Material UI - for frontend UI framework
- axios - for data fetching