https://github.com/sumithemmadi/coding-playground
A coding playground
https://github.com/sumithemmadi/coding-playground
Last synced: 12 months ago
JSON representation
A coding playground
- Host: GitHub
- URL: https://github.com/sumithemmadi/coding-playground
- Owner: sumithemmadi
- Created: 2023-04-20T17:33:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T15:20:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T10:11:17.024Z (about 1 year ago)
- Language: JavaScript
- Size: 5.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Playground
Coding Playground is a online coding text editor which support 'HTML','CSS','Javascript','Typescript','ReactJS' and 'Python'.
# Requirements
1. `Node.js` => v18.16.0
2. `npm` => 9.6.5
3. `MongoDB` => 7.0.4
4. `Firebase` => 9.20.0
# Installation
1. Go to the frontend directory and backend directory.
2. And run below command in both the directories
```sh
~$ npm install
```
# Start React App
1. First start the backend before starting frntend.
2. Go to backend directory and run `npm start`
3. And now go to the frontend directory to start the front end.
4. Run `npm start` command to start backend.
> **Note** : Frontend will start on port 3000 and can be accessable from here https://localhost:3000 and backend will start on port 5000 and can be accessable from here https://localhost:5000/api/getAll .
- homepage

- dashboard

- form

- demo
