Skip to content

Project for the Universidad Central de Venezuela course, Development of mobile applications

License

Notifications You must be signed in to change notification settings

y-martinez/duckface-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duckbook - API

The API made for the development of the social network of Duckface

Database

This API was developed to use MongoDB, when running it uses (or creates if it does not exist) a database called 'duckbook-api' on port 27017 (MongoDB default port). This information can be found in the config.js file

Build and Run

First, install dependencies (you can check them in the package.json file) using npm command:

npm install

For run the project use de following command:

node server.js

Lastly go to the link localhost:8080/api.

Also, you can see the documentation in the link localhost:8080/api/docs.

DuckFace

About

Project for the Universidad Central de Venezuela course, Development of mobile applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published