An open API service indexing awesome lists of open source software.

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:

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`