Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyjspencer/find-places
Share interesting places with others!
https://github.com/emilyjspencer/find-places
express mongodb nodejs react
Last synced: 9 days ago
JSON representation
Share interesting places with others!
- Host: GitHub
- URL: https://github.com/emilyjspencer/find-places
- Owner: emilyjspencer
- Created: 2020-05-26T13:10:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:42:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T13:14:34.536Z (over 1 year ago)
- Topics: express, mongodb, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 8.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### User Stories
```
As a non-authenticated user,
When I go to the homepage,
I want to see a list of users,As a non-authenticated user,
When I go to the homepage,
I want to see an option to sign upAs a non-authenticated user,
When I click on the sign up button,
I want to be taken to a form in which I have to enter a name,
email, password and provide an imageAs an authenticated user,
When I go to the homepage,
I want to see an option to log inAs an authenticated user,
When I click on the log in button,
I want to be able to log in using my email and passwordAs a logged in user,
When I am on the homepage,
I want to seen an option to log outAs a logged in user,
When I am on the homepage,
I want to see an option to make a new listingAs a logged in user,
When I am on the homepage,
I want to be able to click on a user and be taken to a new pageAs a logged in user,
When I view a user's listing,
I want to be able to see an image of the listingAs a logged in user,
When I view a user's listing,
I want to be able to view the location of the listing on a mapAs the owner of a particular listing,
When I go to the page on which the listing is listed,
I want to see an option to edit the listingAs the owner of a particular listing,
When I go to the page on which the listing has been made,
I want to see an option to delete the listing```
### Plan
**Frontend**
![output](frontend_plan.jpg)
**Backend**
![output](backend_plan.jpg)