2.3.3 • Published 3 years ago

@duycode/create-project v2.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is this?

This is a example website for learning It is using the following technologies: nodejs, reactjs, mongodb

Installation

npx @duycode/create-project

How to use

Please use VSCode with REST Client extensions, and try the following code:

@baseUrl = http://localhost:{{$dotenv PORT}}

### @name Login
POST {{baseUrl}}/login
Content-Type: application/json

{
  "email": "user@gmail.com",
  "password": "123456"
}

### @name Register
POST {{baseUrl}}/register
Content-Type: application/json

{
  "email": "olivier2@gmail.com",
  "username": "Oliver",
  "password": "123456"
}

### @name Signup
POST {{baseUrl}}/signup
Content-Type: application/json

{
  "email": "harry@gmail.com",
  "username": "Harry",
  "password": "123456"
}

### @name Signin
POST {{baseUrl}}/signin
Content-Type: application/json

{
  "email": "harry@gmail.com",
  "password": "123456"
}

Option

2.3.2

3 years ago

2.3.1

3 years ago

2.3.3

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago