Coder Social home page Coder Social logo

fernandonevarez / dev-resources-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 160 KB

An API that provides a collective of free resources for software developers to enhance their skills and enable continuous learning.

License: MIT License

TypeScript 100.00%
api resources

dev-resources-api's Introduction

Dev Resources API

About

Dev Resources API is an API that provides a collective of free resources for software developers to enhance their skills and enable continuous learning.

Getting Started

To use this API, you will need to have an mongoose account and set up a mongodb cluster to store the resource data. You will also need to have Node.js and npm installed on your machine.

  1. Clone this repository to your local machine.

    git clone https://github.com/DevEducate/dev-resources-api.git
  2. Install the dependencies.

    npm install
  3. Set up your MongoDB connection with your database using Mongoose. You can add the following code to your .env file in the root directory of the project:

    DATABASE_URL=mongodb+srv://<USERNAME>:<PASSWORD>@cluster0.xutqnbl.mongodb.net/<CLUSTER_NAME>?retryWrites=true&w=majority

    Create a MongoDB database for your resource data. You can use a cloud-based MongoDB service like MongoDB Atlas or run a local instance of MongoDB. See the MongoDB documentation and Mongoose documentation for more information.

Populate the database with sample data

   npm run seed

Start the API server.

   npm run dev

Make requests to the API at http://localhost:3000 or your custom port picked in your .env file defined as PORT. See the API documentation for more information on the available endpoints.

Contributing

Contributions to this project are welcome! To contribute, please follow the GitHub flow and submit a pull request.

License

This project is licensed under the MIT License.

dev-resources-api's People

Contributors

fernandonevarez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.