Code Monkey home page Code Monkey logo

apply-api's Introduction

CRWN Clothing
Apply API

An API that allows users to apply for a job.

Find your dream job!

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub


๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ About the project

This is a rest api made with Express, Typescript and MongoDB that allows users to apply for a job.

Live demo: https://apply-backend.herokuapp.com/api

๐Ÿš€ Technologies

Technologies that I used to develop this project

๐Ÿ’ป Getting started

Requirements

  • Have NodeJS installed
  • Have a MongoDB database

Clone the project and access the folder

$ git clone https://github.com/alxrdev/apply-api.git
$ cd apply-api

Follow the steps below

# Install the dependencies
$ yarn

# Start the client
$ yarn dev

Create a '.env' file on the root folder and add your configs


PORT=3000
HOST=http://localhost:3000
NODE_ENV=development
ORIGIN=http://localhost:3000

MONGODB_CONNECTION=

JWT_SECRET=
JWT_EXPIRES_TIME=15d

SMTP_PROFILE={ "provider": "", "senderName": "", "senderEmail": ", "host": "", "port": , "username": "", "password": "" }

STORAGE_TYPE=disk
STORAGE_PROFILES={"resume": { "tmpDestination": "", "destination": "", "extensionTypes": ".docx,.pdf", "mimeTypes": "application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf", "maxSize": 2000000 }, "avatar": { "tmpDestination": "", "destination": "", "extensionTypes": ".jpeg,.jpg,.png", "mimeTypes": "image/jpeg,image/png", "maxSize": 2000000 }}


Feito com ๐Ÿ’œ por Alex Rodrigues Moreira ๐Ÿ‘‹ Veja meu Linkedin

apply-api's People

Contributors

alxrdev avatar

Watchers

 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.