Skip to content

usmanasif/lexie-ai-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project Setup Details:

    - Backend Setup:
    1. cd backend 
    2. npm install
    3. npm run build
    4. npm run start:prod
    5. server will start at port 8080
    6. open the swagger docs at http:localhost:8080/docs
    7. upload the images using the /upload endpoint.
    8. you can further test the other endpoints via swagger.
    Note: MongoDB should be installed on the OS.

    - Frontend Setup:
    1. cd frontend 
    2. npm install 
    3. npm run dev
    Note: Backend should be run before the frontend.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published