https://github.com/Ali127Hub/Create_Amazing_Forms
Create amazing forms like google form service ;)
https://github.com/Ali127Hub/Create_Amazing_Forms
express expressjs mongodb mongoose node nodejs ts typescript
Last synced: 6 months ago
JSON representation
Create amazing forms like google form service ;)
- Host: GitHub
- URL: https://github.com/Ali127Hub/Create_Amazing_Forms
- Owner: AliDeWeb
- License: mit
- Created: 2024-06-11T18:55:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T06:15:09.000Z (about 2 years ago)
- Last Synced: 2025-01-24T13:23:45.699Z (over 1 year ago)
- Topics: express, expressjs, mongodb, mongoose, node, nodejs, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create your amazing form
## Installation
1. Download and install nodejs
2. Download and install mongodb
3. Clone the project using this command:
``` bash
git clone https://github.com/AliDeWeb/Create_Amazing_Froms.git
```
4. Install Dependencies using this command:
``` bash
yarn install
```
or
``` bash
npm install
```
5. Build necessary files using this command:
``` bash
yarn start build
```
or
``` bash
npm start build
```
6. Now you can start server using this command:
``` bash
yarn start
```
or
``` bash
npm start
```