Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaGuill committed Feb 23, 2020
1 parent 33408ef commit d690384
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**Dependencies**

- Node.js
- Express
- Express-formidable
- Mongoose
Expand All @@ -18,19 +19,19 @@

- Route offer:

- create offer in MongoDB Database
- get offer from MongoDB Database with limit
- search offer in MongoDB Database
- create offer in mongoDB database
- get offer from mongoDB database with limit
- search offer in mongoDB database

- Route user :

- signup : create crypted password and token, both are saved in mongoDB Database
- signup : create crypted password and token, both are saved in mongoDB database
- login : decrypted password

- Route pay :
- verify stripToken
- verify stripeToken
- stripe charges created
- save paiement in MongoDB Database
- save paiement in mongoDB database

## Running the project

Expand All @@ -55,6 +56,7 @@ npx nodemon index.js

## Client

- React
- HTTP request with axios (get, post)
- Hooks (useState, useEffect)
- React Router Dom
Expand Down

0 comments on commit d690384

Please sign in to comment.