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

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 ;)

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
```