Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test the API I developed first you need to run the database script located on /sql/database.sql
Then, you have the following endpoints:
/places/search GET
	- where || latitude && longitude
	- query
/places/addDescription POST
	- session_id
	- place_external_id
	- description
/places/editDescription POST
	- session_id
	- description_id
	- description
/places/comment POST
	- session_id
	- description_id
	- comment
/users/register POST
	- email
	- password
/comment/hide POST
	- session_id
	- comment_id

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages