https://github.com/sudipstha08/code-verify
React code verification :fire:
https://github.com/sudipstha08/code-verify
axios docker docker-compose express helmet nodejs react styled-components
Last synced: 6 months ago
JSON representation
React code verification :fire:
- Host: GitHub
- URL: https://github.com/sudipstha08/code-verify
- Owner: sudipstha08
- Created: 2021-05-09T05:05:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:33:32.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:43:26.327Z (7 months ago)
- Topics: axios, docker, docker-compose, express, helmet, nodejs, react, styled-components
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
## Node Sockets
Simple chat app with user auth and web sockets## Tech Stacks :package:
| tech | description | Links |
| --------- | ---------------- | --------------------------------- |
| `react` | js library | [React](https://react.dev/) |
| `express` | nodejs framework | [Express](https://expressjs.com/) |## How to get started ?
- Run `docker-compose up --build`
- Access frontend on `http://localhost:3000`
- Access API server on `http://localhost:9000`## Server Health Check
- Send request to `http://localhost:9000/ping`